FormatCurr
Format a currency
Declaration
Source position: sysstrh.inc line 234
function FormatCurr(const Format: string; Value: Currency) : string;
function FormatCurr(const Format: string; Value: Currency;
const FormatSettings: TFormatSettings) : string;
Description
FormatCurr formats the currency Value according to the formatting rule in the Format parameter, and returns the resulting string.
For an explanation of the formatting characters usable in the Format parameter, see FormatFloat .
See also
Name | Description |
---|---|
FloatToText | Return a string representation of a float, with a given format. |
FormatFloat | Format a float according to a certain mask. |