Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Call this function to get the numeric value of a hexadecimal digit.
inline short AtlHexValue(
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: atlutil.h