Convert..::..ToChar Method (Byte)
Converts the value of the specified 8-bit unsigned integer to its equivalent Unicode character.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static char ToChar( byte value )
<TemplateAttribute> _ Public Shared Function ToChar ( _ value As Byte _ ) As Char
[TemplateAttribute] public: static wchar_t^ ToChar( unsigned char^ value )
Parameters
- value
- Type: System..::..Byte