Bridge

Convert..::..ToChar Method (UInt64)

Converts the value of the specified 64-bit unsigned integer to its equivalent Unicode character.

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

Syntax


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

Parameters

value
Type: System..::..UInt64