The BitArray class manages an array of bit values.
These bit values are boolean in nature,i.e., true (1) or false (0).
Properties
•Count - Gets the number of elements contained in the BitArray.
•IsReadOnly - Gets a value indicating whether the BitArray is read-only.
•Item - Gets or sets the value of the bit at a specific position in the BitArray.
•Length - Gets or sets the number of elements in the BitArray.
Asked In: Many Interviews |
Alert Moderator