Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.