getLong

expect fun getLong(key: String): Long(source)

Gets a property's value as a long. 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 long value.

Parameters

key

the key

actual fun getLong(key: String): Long(source)
actual fun getLong(key: String): Long(source)