SqlBoolean.Parse(String) Method

Definition

Converts the specified String representation of a logical value to its SqlBoolean equivalent.

public:
 static System::Data::SqlTypes::SqlBoolean Parse(System::String ^ s);
public static System.Data.SqlTypes.SqlBoolean Parse (string s);
static member Parse : string -> System.Data.SqlTypes.SqlBoolean
Public Shared Function Parse (s As String) As SqlBoolean

Parameters

s
String

The String to be converted.

Returns

A SqlBoolean structure that contains the parsed value.

Applies to

See also