RNumDateInWordConverter::convertNumeralsToText Method [AX 2012]

Converts a specified real value into words.

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.

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

Show: