isInt

fun isInt(value: String?)(source)

Check if the given value is an int

Accepts:

  • Numbers between -2147483648 and 2147483647

Since

0.1.0

Parameters

value

The value to check

Throws

If the value is not an int


Check if the given value is an int

Accepts:

  • Numbers between -2147483648 and 2147483647

Since

0.1.0

See also

Throws

If the value is not an int