Function chinese_number::from_u128

source ·
pub fn from_u128(
    variant: ChineseVariant,
    case: ChineseNumberCase,
    method: ChineseBigNumberCountMethod,
    value: u128
) -> String
Expand description

將u128整數轉成中文數字。如果使用 「下數」 來作為單位標準,數值不能大於或等於10000000000000000。