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!

Byte.ToChar

Converts a Byte to a character.

[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 Byte value as a character.

Remarks

The ToChar method returns a character.

This method implements IConvertible, which replaced IValue. This method is used to obtain the type code for a specified object. (See Convert and Value for more information about conversions; see the Type for more information about types.)

See Also

Byte Structure | Byte Members | System Namespace