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.

Overload List

Creates a String representation of the specified Double value.

[Visual Basic] Overloads Public Shared Function ToString(Double) As String
[C#] public static string ToString(double);
[C++] public: static String* ToString(double);
[JScript] public static function ToString(double) : String;

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;

See Also

Double Structure | Double Members | System Namespace