|
|
|
|
|
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)
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. Note: If this parameter is negative, the function will return an empty string (""). Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|