摘要: private string ConvertToCh(decimal vpdMoney,ref string vpsCnMoney) { string sCnDigit = "零壹贰叁肆伍陆柒捌玖"; //0-9所对应的汉字 string sCnUnit = "万仟佰拾亿仟佰拾万仟佰拾元角分"; //数字位所对应的汉字 string sTemp1 = "", sTemp2 = ""; int i,j; string sCn1 = "";//数字的汉语... 阅读全文
posted @ 2012-03-09 16:41 ttq9017 阅读(367) 评论(0) 推荐(0) 编辑