BitArray: Item (get)

Item

Gets the value of a specific bit in the array.



 Public Property Get Item(
	  ByVal Index As Long ) As Boolean

Parameters

Index
[ByVal] Long. The specific bit to return.

Return Values

Boolean -  Value of the specified bit.

Remarks

Index is zero based.

Read/Write.

See Also

Project CorLib Overview

Class BitArray Overview