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.
Return passed amount spelled in specified language.
Syntax
public str amountInWords(
AmountMST _amount,
CurrencyCode _currency,
[LanguageId _language])
Run On
Server
Parameters
- _amount
Type: AmountMST Extended Data Type
An amount value to be converted to the string.
- _currency
Type: CurrencyCode Extended Data Type
A CurrencyCode value of the amount.
- _language
Type: LanguageId Extended Data Type
A LanguageId value, by default, "pl" value is used.
Return Value
Type: str
A string containing spelled amount.