在String.Format()方法中输入Unicode字符串;

时间:2016-05-12 10:31:17

标签: c# string unicode format

我想在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);

怎么做?

0 个答案:

没有答案