|
|
|
|
|
NumToFinancialWritingChinese (Function) In french: NumériqueVersEcritureFinancièreChinoise Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing format.
NumToFinancialWritingChinese(123.00) // Returns "人民币壹佰贰拾? 元整"
Syntax
<Result> = NumToFinancialWritingChinese(<Number>)
<Result>: Character string Number expressed as a character string in Chinese financial writing format. If <Number> is a string, the returned string is the same as the initial string. <Number>: Integer, real or currency Numeric value to convert to a character string in Chinese financial writing format. Remark: The function will return an empty string ("") if this parameter is negative. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|