RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringT::CurrToStr Method

Converts a currency value to its string representation.

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

System::AnsiStringT::CurrToStr converts the currency value given by value to its string representation. The conversion using the sffGeneral floating-point conversion rules. For further details, see System::AnsiStringT::CurrToStrF

 

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