RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
UnicodeString::CurrToStr Method

Converts a currency value to its string representation.

Pascal
function CurrToStr(value: Currency): UnicodeString; static;
C++
static __fastcall UnicodeString CurrToStr(Currency value);

System::UnicodeString::CurrToStr converts the currency value given by value to its string representation. The conversion uses the sffGeneral floating-point conversion rules (see System::UnicodeString::FloatToStrF). For further details, see System::UnicodeString::CurrToStrF

 

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