[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

FormatCurr

Format a currency

Declaration

Source position: sysstrh.inc line 147

function FormatCurr(

  const Format: String;

  Value: Currency

):String;

Description

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.

See also

FormatFloat

  

Format a float according to a certain mask.

FloatToText

  

Return a string representation of a float, with a given format.