RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiString::CurrToStr Method

Converts a currency value to its string representation.

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

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

 

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