<< Click to Display Table of Contents >> IsHexDigit |
Determines whether a specified character is a valid hexadecimal digit.
character - The character to validate.
Returns:
A Boolean value that is true if the character is a valid hexadecimal digit; otherwise false.
IsHexDigit PROCEDURE(BYTE character), BOOL