ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / String functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
NumToFinancialWritingChinese (Function)
In french: NumériqueVersEcritureFinancièreChinoise
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing format.
Example
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
Component: wd290std.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help