Skip to content

Std stringio ishexdigit

std:std.stringio.IsHexDigit

Function IsHexDigit:Bool( chr:Int )#

Checks if a character is a hexadecimal digit.

Returns true if ch is '0'-'9', 'a'-'f', or 'A'-'F'.

Parameters
chr chr The character to check.