RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringBase::CurrToStr Method

Converts a currency value to its string representation.

Pascal
function CurrToStr(value: Currency; codePage: Integer): AnsiStringBase; static;
C++
static __fastcall AnsiStringBase CurrToStr(Currency value, int codePage);

System::AnsiStringBase::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::AnsiStringBase::CurrToStrF

 

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