ΒΆinline void toHex(ArrayRef<uint8_t> Input,
                  bool LowerCase,
                  SmallVectorImpl<char>& Output)

Description

Convert buffer \p Input to its hexadecimal representation. The returned string is double the size of \p Input.

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

Parameters

ArrayRef<uint8_t> Input
bool LowerCase
SmallVectorImpl<char>& Output