toml / org.apache.tuweni.toml / TomlArray / getString

getString

open fun getString(index: Int): String (source)

Get a string at a specified index.

Parameters

index - The array index.

Exceptions

IndexOutOfBoundsException - If the index is out of bounds.

TomlInvalidTypeException - If the value is not a long.

Return
The value.