BinaryArray Class

The BinaryArray class is an ordered collection of Binary values with a length less than or equal to 16,000 bytes. The values are referenced by their position in the collection.

Binary arrays inherit the methods defined in the Array class.

The bracket ([]) subscript operators enable you to assign values to and receive values from a Binary array.

Array

(None)