getString

expect fun getString(index: Int): String?(source)

The result at the given index as a String

Return

a String value.

Parameters

index

the index of the required value.


expect fun getString(key: String): String?(source)

The result value for the given key as a String object Returns null if the key doesn't exist.

Return

The String object.

Parameters

key

The select result key.

actual fun getString(index: Int): String?(source)
actual fun getString(key: String): String?(source)
actual fun getString(index: Int): String?(source)
actual fun getString(key: String): String?(source)