getString

fun getString(index: Int): String?

Gets the String entry at the given index if the underlying value is a String.

No type coercion is attempted.

Parameters

index

The index in the list to retrieve; else null