const char& operator [](int index) const; const char& operator [](UPInt index) const;
[] operator returns the byte in the data array at the specified index. The index should be less than the number of bytes in the string.
Parameters |
Description |
int index |
Specifies the index to retrieve the byte at. |
Reference to the byte in the data array.