====== isxdigit ====== {{tag>character needs_examples}} ''bool isxdigit(int c)'' ===== Description ===== Returns true if the character is a hexadecimal digit. Equivalent to the corresponding C function [[http://en.cppreference.com/w/cpp/string/byte/isxdigit|isxdigit]]. ===== See also ===== [[StrIsXDigit]]