getInt

expect fun getInt(key: String): Int(source)

Gets a property's value as an int. Floating point values will be rounded. The value true is returned as 1, false as 0. Returns 0 if the value doesn't exist or does not have a numeric value.

Return

the int value.

Parameters

key

the key

actual fun getInt(key: String): Int(source)
actual fun getInt(key: String): Int(source)