NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

String.ToChar

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;

Return Value

The character at index 0 within value .

Remarks

Implementation is the same as ToChar. (In addition information, see Char, Convert and Value.)

See Also

String Class | String Members | System Namespace