Bridge

Convert..::..ToChar Method (SByte)

Converts the value of the specified 8-bit signed integer to its equivalent Unicode character.

Namespace:  System
Assembly:  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