Table of Contents

isxdigit

bool isxdigit(int c)

Description

Returns true if the character is a hexadecimal digit. Equivalent to the corresponding C function isxdigit.

See also

StrIsXDigit