IsXdigit()
IsXdigit()
Type: REGULAR FUNCTION
Purpose: Determines if an ASCII number refers to a hexadecimal digit (A–F), (a–f), or (0–9).
Usage: 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. |
Comments are closed.