RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::CurrToStr Method

Converts a currency value to its string representation.

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

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

 

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