IntConverter

constructor(radix: Int = DEFAULT_RADIX, maxValue: Int? = null, minValue: Int? = null, validator: Validator<Int> = null)