Converts this instance of Currency to a String.
[Visual Basic] Overloads Overrides Public Function ToString() As String [C#] public override string ToString(); [C++] public: override String* ToString(); [JScript] public override function ToString() : String;
The result of converting this instance to a String.
The ToString converts this instance of Currency to a String. The returned string can not have any leading or trailing white space, and no leading zeros. It must be one of the following forms:
Where Sign can be "-", the digits are 0, 1, 2, 3, 4, 5, 6, 7, 8, or 9, and Exponent is of the form:
Where ExponentIndicator is "e", Sign can be "-".
Currency Structure | Currency Members | System Namespace | Currency.ToString Overload List