EncodeBase64

Base64 encode the given string.

Synopsis

Declared in <util/strencodings.h>

std::string
EncodeBase64(std::string_view str);

Return Value

The base64 encoding of str.

Parameters

NameDescription
strThe text to encode.