Click or drag to resize

BitArrayHelper ToBitArray Method

Converts a string of data consisting of '1's and '0's into a BitArray .

Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public static BitArray ToBitArray(
	string data
)

Parameters

data
Type: System String
Input data.

Return Value

Type: BitArray
BitArray of input data.
See Also