Global::numeralsToThaiTxt Method [AX 2012]

This method is used to convert a number to Thai text.

Syntax

client server public static TempStr numeralsToThaiTxt(real _num)

Run On

Called

Parameters

  • _num
    Type: real
    The number to convert.

Return Value

Type: TempStr Extended Data Type
The converted result of money amount in Thai text.

Remarks

The number is rounded to two decimal places. And the sign of number is ignored.

See Also

Reference

Global Class