BitCollection
Represents a collection of bit values.
Gets the underlying byte array.
Initialize a new instance of BitCollection with the specified capacity.
Indicates whether or not a particular bit is set within the provided byte array.
Calculates a byte index from the bit index via Floor(bitpos / 8).
Sets the bit at the specified position to the specified state in the provided array.
Manipulates a BYTE array, but the specified index is treated as a BIT.
Inverts the byte array, optionally maintaing the Int32 bit.
Sets the bit at the specified position to True.
Gets a hexidecimal string representation of this ByteArray.
Sets the bit at the specified position to False.