摘要:        
Class:EcanRMB.cs 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Jxc.WinClient.BLL 7 { 8 public class EcanRMB 9 { 10 /// <summary> 11 /// 转换人民币大小金额 12 /// </summary> 13 /// <param name="num"...    阅读全文
posted @ 2013-03-20 16:16
酣睡的熊㊣
阅读(283)
评论(0)
推荐(0)
        
            
        
        
摘要:        
Class 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace WindowsFormsApplication1 7 { 8 class numtoUpperString 9 { 10 private readonly char[] chnText; 11 private readonly char[] chnDigit; 12 public n...    阅读全文
posted @ 2013-03-20 16:14
酣睡的熊㊣
阅读(202)
评论(0)
推荐(0)