Copies the bitstring to an array of bools. 
      
        [Visual Basic]
        NotOverridable Public Sub CopyTo( _
   ByVal 
array As 
Boolean(), _
   ByVal 
arrayIndex As 
Integer _
) _
 
      
      Parameters
      
        - 
          array
        
- The boolean array to copy to.
- 
          arrayIndex
        
- The index in the array to start copying from.
Implements
      
        ICollection`1.CopyTo
      
      See Also
      
        BitString Class | NpgsqlTypes Namespace