SqlBoolean.Parse(String) Metoda

Definicja

Konwertuje określoną String reprezentację wartości logicznej na równoważną SqlBoolean.

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

Parametry

s
String

Element String do konwersji.

Zwraca

SqlBoolean Struktura zawierająca przeanalizowaną wartość.

Dotyczy

Zobacz też