Convert..::..ToChar Method (Int64)
Converts the value of the specified 64-bit signed integer to its equivalent Unicode character.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static char ToChar( long value )
<TemplateAttribute> _ Public Shared Function ToChar ( _ value As Long _ ) As Char
[TemplateAttribute] public: static wchar_t^ ToChar( long long^ value )
Parameters
- value
- Type: System..::..Int64