RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Currency::AnsiString Operator

Converts the System::Currency::Currency object to an AnsiString that displays its value.

Pascal
operator AnsiString;
C++
__fastcall operator AnsiString() const;

AnsiString is a conversion System::Currency::AnsiString that converts the currency value into its string representation. The conversion uses the ffGeneral floating point conversion rules. For further details, see the description of the CurrToStrF and FloatToStrF methods of the AnsiString class. 

 

System::Currency::CurrToStrF 

System::Currency::FloatToStrF 

System::Currency::int 

System::Currency::double

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