ΒΆinline std::string fromHex(llvm::StringRef Input)
inline std::string fromHex(llvm::StringRef Input)
Description
Convert hexadecimal string \p Input to its binary representation. The return string is half the size of \p Input.
Declared at: llvm/include/llvm/ADT/StringExtras.h:170
Parameters
- llvm::StringRef Input