RNumDateInWordConverter::convertNumeralsToText Method [AX 2012]

Converts a specified real value into words.

Syntax

client server public static TempStr convertNumeralsToText(real _sourceNumber)

Run On

Called

Parameters

  • _sourceNumber
    Type: real
    The value to be converted into words.

Return Value

Type: TempStr Extended Data Type
The word representation of the specified value.

Remarks

This method provides a static interface to the numeralsToTxt method which does the conversion.

See Also

Reference

RNumDateInWordConverter Class