Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Convert numerals to Chinese format text.
Syntax
client server public static TempStr numeralsToTxt_CN(
RealBase _number,
NoYes _type,
NoYes _isMoney,
Counter _numLen)
Run On
Called
Parameters
- _number
Type: RealBase Extended Data Type
The numeral to be converted.
- _type
Type: NoYes Enumeration
Specify whether to use Chinese simplified language.
- _isMoney
Type: NoYes Enumeration
Specify whether to convert as Chinese money format.
- _numLen
Type: Counter Extended Data Type
The number length that should be converted.
Return Value
Type: TempStr Extended Data Type
The converted string.
Remarks
This method is uptaken from older version, and make some changes to fix bugs.