NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Currency.ToString ()

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;

Return Value

The result of converting this instance to a String.

Remarks

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 "-".

See Also

Currency Structure | Currency Members | System Namespace | Currency.ToString Overload List