Converts an IEEE 64-bit floating point value to a String.
[Visual Basic] Public Shared Function FromDouble( _ ByVal value As Double _ ) As String [C#] public static string FromDouble( double value ); [C++] public: static String* FromDouble( double value ); [JScript] public static function FromDouble( value : double ) : String;
A string containing the decimal representation of the given value.
XmlString Class | XmlString Members | System.Xml Namespace | ToDouble