C#NumberFormatInfo类
摘要:
1 class Program 2 { 3 static void Main(string[] args) 4 { 5 //retrieve current culture info by cloning it so that 6 //we can manipulate its NumberFormat member 7 CultureInfo ci = Thread.CurrentThread.CurrentCulture.Clone() as CultureInfo; 8 ... 阅读全文
posted @ 2013-12-13 23:41 jec 阅读(855) 评论(0) 推荐(0)
浙公网安备 33010602011771号