<< Click to Display Table of Contents >> FromHex |
Gets the decimal value of a hexadecimal digit.
digit - The hexadecimal digit (0-9, a-f, A-F) to convert.
Returns:
An Int32 value that contains a number from 0 to 15 that corresponds to the specified hexadecimal digit.
FromHex PROCEDURE(BYTE digit), LONG