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 an amount to words for a specified currency.
Syntax
public str numeralsToCurrency(
CLRObject _sourceNumber,
CurrencyCode _currencyCode,
[LanguageId _languageId])
Run On
Server
Parameters
- _sourceNumber
Type: CLRObject Class
The amount to convert.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code to use.
- _languageId
Type: LanguageId Extended Data Type
Return Value
Type: str
The amount in words.