UtilsLib Xojo plugin

CurrencyFormatter.DecimalPoint Method (console safe)

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

DecimalPoint() 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 DecimalPoint function from the LocaleInfo class since on some operating systems there is a separate setting for decimal point on numbers and currency.

See Also

CurrencyFormatter Class