isLong

fun isLong(value: String?)(source)

Check if the given value is a long

Accepts:

  • Numbers between -9223372036854775808 and 9223372036854775807

Since

0.1.0

Parameters

value

The value to check

Throws

If the value is not a long


Check if the given value is a long

Accepts:

  • Numbers between -9223372036854775808 and 9223372036854775807

Since

0.1.0

See also

Throws

If the value is not a long