Converts binary data into an ASCII text string, returning a string of size 2*from.size().
Declared in <absl/strings/escaping.h>
std::string
BytesToHexString(std::string_view from);
The hexadecimal-encoded string.
| Name | Description |
|---|---|
| from | The binary data to encode. |