Bridge

Convert..::..ToChar Method (Int32)

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

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static char ToChar(
	int value
)
<TemplateAttribute> _
Public Shared Function ToChar ( _
	value As Integer _
) As Char
[TemplateAttribute]
public:
static wchar_t^ ToChar(
	int^ value
)

Parameters

value
Type: System..::..Int32