[#EncodeBase64-0b] = EncodeBase64 :mrdocs: Base64 encode the given bytes. == Synopsis Declared in `<util/strencodings.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string EncodeBase64(std::span<std::byte const> input); ---- == Return Value The base64 encoding of input. == Parameters [cols="1,4"] |=== | Name| Description | *input* | The bytes to encode. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#