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

Synopsis

Declared in <llvm/ADT/StringExtras.h>

char
hexdigit(
    unsigned int X,
    bool LowerCase = false);

Created with MrDocs