pub fn from_i128_to_chinese_ten_thousand(
chinese_variant: ChineseVariant,
chinese_case: ChineseCase,
value: i128
) -> String
Available on crate feature
number-to-chinese
only.Expand description
將 i128
整數轉成中文數字,使用 「萬進」。