Share via


RNumDateInWordConverter::convertNumeralsToCurrency Method [AX 2012]

Converts a specified real value to the words that includes a suffix that indicates it is a monetary value.

Syntax

client server public static str convertNumeralsToCurrency(real _sourceNumber)

Run On

Called

Parameters

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

Return Value

Type: str
The word representation of the specified currency value.

Remarks

This method provides a static interface to the numeralsToCurrency method that does the conversion.

See Also

Reference

RNumDateInWordConverter Class