[#absl-BytesToHexString] = xref:absl.adoc[absl]::BytesToHexString :relfileprefix: ../ :mrdocs: Converts binary data into an ASCII text string, returning a string of size `2*from.size()`. == Synopsis Declared in `<absl/strings/escaping.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string BytesToHexString(std::string_view from); ---- == Return Value The hexadecimal‐encoded string. == Parameters [cols="1,4"] |=== | Name| Description | *from* | The binary data to encode. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#