ΒΆinline unsigned int hexDigitValue(char C)
inline unsigned int hexDigitValue(char C)
Description
Interpret the given character \p C as a hexadecimal digit and return its value. If \p C is not a valid hex digit, -1U is returned.
Declared at: llvm/include/llvm/ADT/StringExtras.h:68
Parameters
- char C