Bridge

Convert..::..ToChar Method (String)

Converts the value of the specified object to a Unicode character.

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

Syntax


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

Parameters

value
Type: System..::..String