今天碰到一个有意思的问题,就顺便借用了这里的一段示例代码,稍作修改,导出个不同地区,文化下的时间格式。 class Program { static void Main(string[] args) { List<string> list = new List<string>(); foreach (CultureInfo ci in CultureInfo.GetCultures(CultureTypes.AllCultures)) { string spe... Read More
posted @ 2013-05-27 11:59
Lambert Qin
Views(1803)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号