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 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.