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