UtilsLib Xojo plugin

CurrencyFormatter.Format Method (console safe)

Formats a double number to string as currency taking into account locale settings. This variation takes custom format masks.

Format(
   value as Double,
   positiveFormat as String,
   negativeFormat as String) as String

Parameters

value
The value to be formatted.
positiveFormat
Number format mask for positive numbers.
negativeFormat
Number format mask for negative numbers.

Returns

String

Remarks

See Also

CurrencyFormatter Class