摘要:
public static string Money2Chinese(double value) { string sValue = String.Format("{0:F2}",value); int point = sValue.IndexOf('.'); char[] chValues1 = sValue.Substring(0,point).ToCharArray... 阅读全文
posted @ 2007-07-19 15:58
忙碌de代码
阅读(226)
评论(0)
推荐(0)

浙公网安备 33010602011771号