我想在String.Format()方法中输入Unicode字符串。
这是我的代码:
string filename = String.Format("Това трябва да е уникод {0}_{1}.doc", wayBillNum, DateTime.Now.ToShortDateString());
//File name for the exported word document
HttpContext.Current.Response.AddHeader("Content-Disposition", "inline;filename=" + filename);
怎么做?