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

FormatCurr

Format a currency

Declaration

Source position: sysstrh.inc line 168

function FormatCurr(

  const Format: String;

  Value: Currency

):String;

Description

FormatCurrformats the currency Valueaccording 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.