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 (String)

Converts a String to a Boolean value.

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

Parameters

value
The number to be converted.

Return Value

A Boolean representation of value.

See Also

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