BitArray « Data Structure « VB.Net






1.BitArray Class manages a compact array of bit values, which are represented as Booleans
2.Initialize BitArray with False values
3.Initialize BitArray from Byte array
4.Initialize BitArray from Boolean value array
5.Initialize BitArray from Integer array
6.Performs the bitwise AND operation for BitArray
7.Copies BitArray to a compatible one-dimensional Array
8.Gets the value of the bit at a specific position in the BitArray.
9.Inverts all the bit values in the current BitArray








10.BitArray.Or Performs the bitwise OR operation
11.BitArray.Xor performs the bitwise exclusive OR operation