Function chinese_number::from_u64

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

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