Click or drag to resize

BitArrayHelper Methods

The BitArrayHelper type exposes the following members.

Methods
Name Description
Public method Static member PopBack
Removes the last BitArray of an array of BitArrays and returns it.
Public method Static member PopFront
Removes the first BitArray of an array of BitArrays and returns it.
Public method Static member ToBitArray
Converts a string of data consisting of '1's and '0's into a BitArray .
Public method Static member ToBitMatrix
Converts an array of strings of data consisting of '1's and '0's into an array of corresponding BitArray s.
Top
See Also