Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this function to get the numeric value of a hexadecimal digit.
inline char AtlGetHexValue(
char chIn
) throw( );
Parameters
- chIn
The hexadecimal character '0'-'9', 'A'-'F', or 'a'-'f'.
Return Value
The numeric value of the input character interpreted as a hexadecimal digit. For example, an input of '0' returns a value of 0 and an input of 'A' returns a value of 10. If the input character is not a hexadecimal digit, this function returns -1.
Requirements
Header: atlenc.h