BitString Constructor (Boolean)
Creates a single-bit element from a boolean value.
[Visual Basic]
Overloads Public Sub New( _
ByVal
boolean As
Boolean _
)
[C#]
public BitString(
bool boolean);
Parameters
-
boolean
- The bool value which determines whether the bit is 1 or 0.
See Also
BitString Class | NpgsqlTypes Namespace | BitString Constructor Overload List