open fun getString(index: Int): String!
Get a string at a specified index.
index - Int: The array index.
index
IndexOutOfBoundsException - If the index is out of bounds.
IndexOutOfBoundsException
TomlInvalidTypeException - If the value is not a long.
TomlInvalidTypeException
Return String!: The value.