[#absl-Base64Escape-0c] = xref:absl.adoc[absl]::Base64Escape :relfileprefix: ../ :mrdocs: Encodes a `src` string into a base64‐encoded string with padding characters. This function conforms with RFC 4648 section 4 (base64) and RFC 2045. == Synopsis Declared in `<absl/strings/escaping.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string Base64Escape(std::string_view src); ---- == Return Value The base64‐encoded string. == Parameters [cols="1,4"] |=== | Name| Description | *src* | The string to encode. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#