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