getString

actual open override fun getString(index: Int): String?(source)
expect open override fun getString(index: Int): String?(source)

Gets value at the given index as a String. Returns null if the value doesn't exist, or its value is not a String.

Return

the String or null.

Parameters

index

the index. This value must not exceed the bounds of the array.

actual open override fun getString(index: Int): String?(source)

Gets value at the given index as a String. Returns null if the value doesn't exist, or its value is not a String.

Return

the String or null.

Parameters

index

the index. This value must not exceed the bounds of the array.

actual open override fun getString(index: Int): String?(source)