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