getString

open override fun getString(key: Int): String

Provides parsed String value if the entry for given key exists with DataType.STRING type

Return

value associated with the requested key

Parameters

key

key to lookup String value for

Throws

if the key doesn't exist

if the data type doesn't match