RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Currency::System::String Operator

Converts the System::Currency::System::String object to a String that displays its value.

Pascal
operator System::String;
C++
__fastcall operator System::String() const;

String is a conversion System::Currency::System::String 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. 

 

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