StringUtf8Array Class

The StringUtf8Array class is an ordered collection of StringUtf8 values with a length less than or equal to 8,000 UTF8 characters. However, you can subclass the StringUtf8Array class and specify a different length for the UTF8 strings in the array.

The values are referenced by their position in the collection.

StringUtf8 arrays inherit the methods defined in the Array class.

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

Array

(None)