Show: Delphi
C++
Display Preferences
System.WideString.CurrToStrF
From XE2 API Documentation
C++
static WideString __fastcall CurrToStrF(Currency value,TStringFloatFormat format, int digits);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | wstring.h | System | WideString |
Description
Converts a currency value to its string representation using the indicated float format convention.
CurrToStrF converts the currency value given by value to its string representation using the indicated float format convention. A call to CurrToStrF corresponds to a call to FloatToStrF with an implied precision of 19 digits.