Print

NumberToMoneyText

Converts specified amount of money to formatted text representation, according to specified region.

Syntax

NumberToMoneyText("amount", "region");

Function arguments

  • amount – (Decimal) Numeric money amount representation
  • region – (String) Region specifier. Default is Poland. Allowed values: [ pl  (Polish) | en (English) | de (German) | fr (French) | tr (Turkish ) | es (Spanish ) | pt (Portuguese ) | cs (Czech) | sl (Slovenian) | hu (Hungarian) | ru (Russian) ]

Return value

This function returns String.
Returns localized text representation of input numeric money amount.

Examples

Example 1:
This will return 'sto dwadzieścia trzy 45/100′.

NumberToMoneyText(123.45, "pl");
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?