isxdigit
Description:
Determines if a character is a hexadecimal digit.
Parameters:
c |
a Unicode character. |
Returns:
true if the character is a hexadecimal digit |
Determines if a character is a hexadecimal digit.
c |
a Unicode character. |
true if the character is a hexadecimal digit |