UtilsLib Xojo plugin

LocaleInfo.DecimalPoint Method

To get the default decimal point symbol for numbers that is selected in the system then use the DecimalPoint function.

shared DecimalPoint() as String

Parameters

Returns

String

Remarks

returns the symbol as a string.

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

See Also

LocaleInfo Class