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