RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiString::CurrToStrF Method

Converts a currency value to its string representation using the indicated float format convention.

Pascal
function CurrToStrF(value: Currency; format: TStringFloatFormat; digits: Integer): String; static;
C++
static __fastcall AnsiString CurrToStrF(Currency value, TStringFloatFormat format, int digits);

System::AnsiString::CurrToStrF converts the currency value given by value to its string representation using the indicated float format convention. A call to System::AnsiString::CurrToStrF corresponds to a call to FloatToStrF with an implied precision of 19 digits. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!