Return true if the specified character is in the XDIGIT category (i.e., [0-9A-Fa-f]), and false otherwise.
true
character
XDIGIT
[0-9A-Fa-f]
false
Declared in <bdlb_chartype.h>
<bdlb_chartype.h>
static bool isXdigit(char character);