RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
UnicodeString::CurrToStrF Method

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

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!