BitArrayHelper Class |
Namespace: Spire.Barcode
The BitArrayHelper type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
PopBack |
Removes the last
BitArray
of an array of
BitArrays and returns it.
|
|
|
PopFront |
Removes the first
BitArray
of an array of
BitArrays and returns it.
|
|
|
ToBitArray |
Converts a string of data consisting of '1's and '0's
into a
BitArray
.
|
|
|
ToBitMatrix |
Converts an array of strings of data consisting of '1's and '0's
into an array of corresponding
BitArray
s.
|