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!

Double.ToString ()

Converts a Double to a String with the value of this instance

[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 string representation of this instance.

Remarks

This method calls ToString(double) with the value of this instance.

Overrides ToString.

The output from ToString should be consumable by FromString.

See Also

Double Structure | Double Members | System Namespace | Double.ToString Overload List | Object | Int64