UtilsLib Xojo plugin

LocaleInfo.ThousandsSeparator Method

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

shared ThousandsSeparator() as String

Parameters

Returns

String

Remarks

returns the symbol as a string.

Note:
If you are dealing with currency then use the ThousandsSeparator function from the CurrencyFormatter class since on some operating systems there is a separate setting for Thousands Separator on numbers and currency.

See Also

LocaleInfo Class