NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Convert.ToBoolean (Int16)

Converts an Int16 to a Boolean value.

[Visual Basic]
Overloads Public Shared Function ToBoolean( _
   ByVal value As Short _
) As Boolean
[C#]
public static bool ToBoolean(
   short value
);
[C++]
public: static bool ToBoolean(
   short value
);
[JScript]
public static function ToBoolean(
   value : Int16
) : Boolean;

Parameters

value
[To be supplied.]

Return Value

true if value is non-zero; otherwise, false.

See Also

Convert Class | Convert Members | System Namespace | Convert.ToBoolean Overload List