數字小寫轉大寫

2021-04-07 07:03:57 字數 699 閱讀 2509

//

加到類的定義部分

private static string cstr=;

private static string wstr=; //

數字必須在12位整數以內的字串 //

呼叫方式如:label1.text=convertint("數字字串");

public string convertint(string str)

rstr=rstr.replace("

拾零","拾");

rstr=rstr.replace("

零拾","零");

rstr=rstr.replace("

零佰","零");

rstr=rstr.replace("

零仟","零");

rstr=rstr.replace("

零萬","萬");

for(i=1;i<=6;i++)

rstr=rstr.replace("

零零","零");

rstr=rstr.replace("

零萬","零");

rstr=rstr.replace("

零億","億");

rstr=rstr.replace("

零零","零");

rstr+="

圓整";        

return rstr; }

數字小寫轉大寫

加到類的定義部分 private static string cstr privatestatic string wstr 數字必須在12位整數以內的字串 呼叫方式如 label1.text convertint 數字字串 public string convertint string str rs...

數字小寫轉大寫

網上很多數字小寫轉大寫的 大多數寫得都有問題,找了個以前用過的,在2010下改了改,已測 測試 在下方 function getcnnumber num double string const chinesenumeric string 零一二三四五六七 var sintarabic string ...

17 小寫數字轉大寫數字

個人水平有限,請見諒!實現一個演算法,可以將小寫數字轉換成大寫數字。輸入一個整數。範圍在0 450億之間。輸出對應的大寫數字,以 元整 結尾。大寫數字要符合漢語讀寫習慣。0 5233 1001 40607 8900000000零元整 伍元整貳佰叄拾叄元整 壹仟零壹元整 肆萬零陸佰零柒元整 捌拾玖億元...

RMB小寫轉大寫

轉換人民幣大小金額 金額 返回大寫形式 public static string cmycurd decimal num str2 str2.substring 15 j 取出對應位數的str2的值。如 200.55,j為5所以str2 佰拾元角分 迴圈取出每一位需要轉換的值 for i 0 i j...

金額小寫轉大寫

create procedure dbo trannumbertobigfordecrypt n lowermoney numeric 15,2 v transtype int,ret varchar 200 output with encryption as descript 解密exec sp ...