摘要: 内容可以参考:http://www.cnblogs.com/jobs2/p/3948049.html 用分号隔开的数字,并指定小数点后的位数 string.Format("{0:N}", 14200) 结果为:14,200.00 (默认为小数点后面两位) string.Format("{0:N3}" 阅读全文
posted @ 2016-07-21 17:55 jacketlin 阅读(193) 评论(2) 推荐(0)