UtilsLib Xojo plugin

CurrencyFormatter.ThousandsSeparator Method (console safe)

To get the default thousands separator symbol for currency that is selected in the system then use the ThousandsSeparator function.

ThousandsSeparator() as String

Parameters

Returns

String

Remarks

returns the symbol as a string.

Note:
If you are dealing with numbers that are not currency then use the ThousandsSeparator function from the LocaleInfo class since on some operating systems there is a separate setting for thousands separator on numbers and currency.

See Also

CurrencyFormatter Class