摘要: C#.ToString()格式大全 stringstr1=string.Format("{0:N1}",56789); //result: 56,789.0 stringstr2=string.Format("{0:N2}",56789); //result: 56,789.00 stringstr3=string.Format("... 阅读全文
posted @ 2019-10-08 10:28 袁浩178 阅读(593) 评论(0) 推荐(0) 编辑