May 2010
Intermediate to advanced
1272 pages
61h 18m
English
BitArray CollectionThe System.Collections.BitArray collection enables storing bit values represented by Boolean values. A True value indicates that a bit is on (1) whereas a False value indicates that a bit is off (0). You can pass to the BitArray arrays of Integer numbers or Boolean values, as demonstrated by the following code:

This code produces the following output, which is a human-readable representation of the bits in the collection:
![]()
The constructor also accepts a length argument that enables specifying how large the collection must ...
Read now
Unlock full access