[To be supplied.]
[Visual Basic] Overloads Public Shared Function ToUInt16( _ ByVal value As Object _ ) As UInt16 [C#] public static ushort ToUInt16( object value ); [C++] public: static unsigned short ToUInt16( Object* value ); [JScript] public static function ToUInt16( value : Object ) : UInt16;
Exception Type | Condition |
---|---|
OverflowException | is thrown if value is greater than UInt16.MaxValue or less than UInt16.MinValue. |
Convert Class | Convert Members | System Namespace | Convert.ToUInt16 Overload List