Bridge

Convert..::..ToChar Method (Char)

Returns the specified Unicode character value; no actual conversion is performed.

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

Syntax


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

Parameters

value
Type: System..::..Char
The Unicode character to return.

Return Value

value is returned unchanged.