Click or drag to resize

BitArrayHelper ToBitMatrix Method

Converts an array of strings of data consisting of '1's and '0's into an array of corresponding BitArray s.

Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public static BitArray[] ToBitMatrix(
	params string[] data
)

Parameters

data
Type: System String
Input strings.

Return Value

Type: BitArray
Bit matrix (array of BitArrays) created.
See Also