ΒΆinline char hexdigit(unsigned int X,
                     bool LowerCase = false)

Description

hexdigit - Return the hexadecimal character for the given number \p X (which should be less than 16).

Declared at: llvm/include/llvm/ADT/StringExtras.h:37

Parameters

unsigned int X
bool LowerCase = false