getString

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

Gets a property's value as a String. Returns null if the value doesn't exist, or its value is not a String.

Return

the String or null.

Parameters

key

the key

actual open override fun getString(key: String): String?(source)

Gets a property's value as a String. Returns null if the value doesn't exist, or its value is not a String.

Return

the String or null.

Parameters

key

the key

actual open override fun getString(key: String): String?(source)