toInt

open fun toInt(value: Double): Int
open fun toInt(value: Float): Int
open fun toInt(str: String): Int
open fun toInt(str: String, defaultValue: Int): Int