<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Miscellaneous functions > IsXdigit() |
Determine if an ASCII number refers to a hexadecimal digit (A–F), (a–f), or (0–9).
REGULAR FUNCTION
Result = IsXdigit(AsciiNumb)
AsciiNumb |
INDEX |
ASCII number of the character. |
Result |
BOOL |
•TRUE = Character is a hexadecimal digit. •FALSE = Character is not a hexadecimal digit. |