toBooleanOrNull
Convert Int to Boolean if possible.
Example:
0.toBoolean() // false
1.toBoolean() // true
-1.toBoolean() // null
Content copied to clipboard
Since
1.1.0
Convert Int to Boolean if possible.
Example:
0.toBoolean() // false
1.toBoolean() // true
-1.toBoolean() // null
1.1.0