Object
CurrencyFormatter
![]() | Returns a three letter string of the international monetary symbol specified in ISO 4217. |
![]() | To get the default currency symbol that is selected in the system then use the CurrencySymbol function. |
![]() | To get the default decimal point symbol for currency that is selected in the system then use the DecimalPoint function. |
![]() | Formats a double number to string as currency taking into account locale settings. This variation uses locale settings. |
![]() | Formats a double number to string as currency taking into account locale settings. This variation takes custom format masks. |
![]() | Returns a format mask for negative currency format. |
![]() | Returns true if the currency symbol should come before the number on negative numbers. |
![]() | Returns the negative sign for currency format. |
![]() | Returns a format mask for positive currency format. |
![]() | Returns true if the currency symbol should come before the number on positive numbers. |
![]() | Returns the positive sign for currency format. |
![]() | To get the default thousands separator symbol for currency that is selected in the system then use the ThousandsSeparator function. |