BitArrayStatic: FromBytes

FromBytes

Returns a BitArray object created from an array of Bytes. Each bit in each byte represents an associated bit in the bit array.



 Public Function FromBytes(
	  ByRef Values ( ) As Byte ) As BitArray

Parameters

Values
[ByRef] Byte. An array of Byte datatypes.

Return Values

BitArray -  A BitArray initialized to the number of bits and their state in the values array.

Remarks

See Also

Project VBCorLib Overview Class BitArrayStatic Overview BitArrayStatic Properties BitArrayStatic Methods FromBooleans FromLongs