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