Converts a non-empty string of length one to a Char.
[Visual Basic] Overridable Public Function ToChar() As Char [C#] public virtual char ToChar(); [C++] public: virtual __wchar_t ToChar(); [JScript] public function ToChar() : Char;
The character at index 0 within value .
Implementation is the same as ToChar. (In addition information, see Char, Convert and Value.)