UtilsLib Xojo plugin

CurrencyFormatter.Format Method (console safe)

Formats a double number to string as currency taking into account locale settings. This variation uses locale settings.

Format(
   value as Double) as String

Parameters

value
The value to be formatted.

Returns

String

Remarks

See Also

CurrencyFormatter Class