轉換人民幣大小金額

2021-09-24 18:24:04 字數 698 閱讀 7535

/// 金額 

/// 返回大寫形式

public static string cmycurd(decimal num)

str2 = str2.substring(15 - j); //取出對應位數的str2的值。如:200.55,j為5所以str2=佰拾元角分

//迴圈取出每一位需要轉換的值

for (i = 0; i < j; i++)

else

else}}

else

else

else

else

else}}

}}

if (i == (j - 11) || i == (j - 3))

str5 = str5 + ch1 + ch2;

if (i == j - 1 && str3 == "0")

}if (num == 0)

return str5;

}/**/

/// /// 乙個過載,將字串先轉換成數字在呼叫cmycurd(decimal num)

///

/// 使用者輸入的金額,字串形式未轉成decimal

///

public static string cmycurd(string numstr)

catch

}

轉換人民幣大小金額

1 using system 23 namespace test 4 33str2 str2.substring 15 j 取出對應位數的str2的值。如 200.55,j為5所以str2 佰拾元角分 3435 迴圈取出每一位需要轉換的值 36for i 0 i j i 37 49 else50 5...

工具類 轉換人民幣大小金額

using system using system.collections.generic using system.text namespace oledb str2 str2.substring 15 j 取出對應位數的str2的值。如 200.55,j為5所以str2 佰拾元角分 迴圈取出每一...

轉換人民幣大寫金額

public class ecanrmb str2 str2.substring 15 j 取出對應位數的str2的值。如 200.55,j為5所以str2 佰拾元角分 迴圈取出每一位需要轉換的值 for i 0 i j i else else else else else else else if...