Click or drag to resize

BitArrayHelper Class

Utility class for BitArray operations.
Inheritance Hierarchy
System Object
Spire.Barcode BitArrayHelper

Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public static class BitArrayHelper

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