[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Format a currency
Source position: line 0
function FormatCurr( |
const Format: String; |
Value: Currency |
):String; |
const Format: String; |
Value: Currency; |
const FormatSettings: TFormatSettings |
):String; |
FormatCurr formats the currency Value according to the formatting rule in Format, and returns the resulting string.
For an explanation of the formatting characters, see FormatFloat.
|
Format a float according to a certain mask. |
|
|
Return a string representation of a float, with a given format. |
No notes exist for this page yet.