Converts a Double to a String.
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;