ΒΆinline std::string toHex(llvm::StringRef Input,
bool LowerCase = false)
inline std::string toHex(llvm::StringRef Input,
bool LowerCase = false)
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:141
Parameters
- llvm::StringRef Input
- bool LowerCase = false