odtone::hex_to_int
// In header: </home/carlos/Projectos/odtone/inc/odtone/strutil.hpp> uchar hex_to_int(uchar c);
Convert a hexadecimal value to an int.
Parameters:
c
Hexadecimal value.
Returns:
The converted int value.