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

Name

Description

str

The text to encode.

Created with MrDocs