Converts a Char to a UInt32.
[Visual Basic] Overloads Public Shared Function ToUInt16( _ ByVal value As Char _ ) As UInt16 [C#] public static ushort ToUInt16( char value ); [C++] public: static unsigned short ToUInt16( __wchar_t value ); [JScript] public static function ToUInt16( value : Char ) : UInt16;
The converted value.
Convert Class | Convert Members | System Namespace | Convert.ToUInt16 Overload List