Constructors: NewBitArray

NewBitArray

Creates a new BitArray object.



 Public Function NewBitArray(
	  ByVal Length As Long,
	  Optional ByVal Value As Boolean ) As BitArray

Parameters

Length
[ByVal] Long. The number of bits the object will represent.
Value
[ByVal] Optional. Boolean. The value to initialize all the bits to (True = 1, False = 0).

Return Values

BitArray -  A new BitArray object set to the specified length with the specified value.

See Also

Project CorLib Overview

Class Constructors Overview