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 types.

Return Values

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

See Also

Project CorLib Overview

Class BitArrayStatic Overview