getBoolean

expect fun getBoolean(index: Int): Boolean(source)

The result at the given index interpreted as a boolean. Returns false if the value cannot be so interpreted.

Return

a boolean value.

Parameters

index

the index of the required value.


expect fun getBoolean(key: String): Boolean(source)

The result value for the given key as a boolean Returns false if the key doesn't exist or if the value is not a boolean

Return

The boolean value.

Parameters

key

The select result key.

actual fun getBoolean(index: Int): Boolean(source)
actual fun getBoolean(key: String): Boolean(source)
actual fun getBoolean(index: Int): Boolean(source)
actual fun getBoolean(key: String): Boolean(source)