Npgsql Api Docs

BitString Constructor (String)

Creats a bitstring from a string. The string to copy from.

[Visual Basic]
Overloads Public Sub New( _
   ByVal str As String _
)
[C#]
public BitString(
   string str
);

See Also

BitString Class | NpgsqlTypes Namespace | BitString Constructor Overload List | Parse