Global::numeralsToTxt_CN Method [AX 2012]

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

  • _isMoney
    Type: NoYes Enumeration
    Specify whether to convert as Chinese money format.

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.

See Also

Reference

Global Class