Returns a String representing the specified number.
[Visual Basic] Overloads Public Shared Function ToString( _ ByVal value As Single _ ) As String [C#] public static string ToString( float value ); [C++] public: static String* ToString( float value ); [JScript] public static function ToString( value : float ) : String;
value as a String .
Implementation is the same as ToString.
Convert Class | Convert Members | System Namespace | Convert.ToString Overload List