2009年3月13日
摘要: /// /// 格式化字符串 /// /// /// public string FormatString(string str) { return Math.Round(Convert.ToDecimal(str), 2).ToString(); } 这里用了四舍五入Math.Round 阅读全文
posted @ 2009-03-13 20:13 自己 阅读(168) 评论(0) 推荐(0) 编辑