//ERDDAP/com.cohort.util/ScriptString2/isHexDigit
isHexDigit
[JVM]
fun isHexDigit(c: Int): Boolean
0..9, a..f, A..F Hex numbers are 0x followed by hexDigits.
Return
true if c is a valid hex digit
Parameters
JVM
c | a char |
//ERDDAP/com.cohort.util/ScriptString2/isHexDigit
[JVM]
fun isHexDigit(c: Int): Boolean
0..9, a..f, A..F Hex numbers are 0x followed by hexDigits.
true if c is a valid hex digit
JVM
c | a char |