摘要: c#用format把999999999格式化成999,999,999.00的格式 c#用format把普通数字格式化成金额的格式分享到: 更多 ------解决方案--------------------999999999.ToString("N") //==〉999,999,999.00 ... 阅读全文
posted @ 2014-08-13 20:29 Laney1 阅读(1499) 评论(0) 推荐(0)