help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

CurrToStrF

Format a currency to a string

Declaration

Source position: line 0

function CurrToStrF(

  Value: Currency;

  Format: TFloatFormat;

  Digits: Integer

):String;

function CurrToStrF(

  Value: Currency;

  Format: TFloatFormat;

  Digits: Integer;

  const FormatSettings: TFormatSettings

):String;

Description

CurrToStrF formats the currency Value according to the value in Format, using the number of digits specified in Digits, and a precision of 19. This function simply calls FloatToStrF.

See also

FloatToStrF

  

Convert a float value to a string using a given format.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505