getString

expect 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 fun getString(key: String): String?(source)
actual fun getString(key: String): String?(source)