BitString Constructor (Boolean, Int32)
Creates a BitString filled with a given number of true or false values.
[Visual Basic]
Overloads Public Sub New( _
ByVal
value As
Boolean, _
ByVal
count As
Integer _
)
[C#]
public BitString(
bool value,
int count);
Parameters
-
value
- The value to fill the string with.
-
count
- The number of bits to fill.
See Also
BitString Class | NpgsqlTypes Namespace | BitString Constructor Overload List