LongConverter

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