Share via


ToBoolean Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts the String to a Boolean equivalent.

Namespace:  Ws.Services.Serialization
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Shared Function ToBoolean ( _
    boolean As String _
) As Boolean
public static bool ToBoolean(
    string boolean
)
public:
static bool ToBoolean(
    String^ boolean
)
static member ToBoolean : 
        boolean:string -> bool 
public static function ToBoolean(
    boolean : String
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean
The Boolean equivalent of the string value.

.NET Framework Security

See Also

Reference

WsXmlConvert Class

Ws.Services.Serialization Namespace