Converts a UInt16 to a Boolean.
[Visual Basic] Overloads Public Shared Function ToBoolean( _ ByVal value As UInt16 _ ) As Boolean [C#] public static bool ToBoolean( ushort value ); [C++] public: static bool ToBoolean( unsigned short value ); [JScript] public static function ToBoolean( value : UInt16 ) : Boolean;
true if value is non-zero; otherwise, false.
Convert Class | Convert Members | System Namespace | Convert.ToBoolean Overload List