Converts a specified Char to its specified String character.
[Visual Basic] Overloads Public Shared Function ToString( _ ByVal c As Char _ ) As String [C#] public static string ToString( char c ); [C++] public: static String* ToString( __wchar_t c ); [JScript] public static function ToString( c : Char ) : String;
The string resulting from converting the specified character.
This static method takes a character, converts it to a string, and returns the string representation.
Char Structure | Char Members | System Namespace | Char.ToString Overload List