|
Maze Builder Docs 7.5.6
|
Base64 encoding and decoding helper class. More...
#include <base64_helper.h>
Static Public Member Functions | |
| static std::string | encode (std::string_view sv) noexcept |
| Transform an input string into base64 characters. | |
| static std::string | decode (std::string_view sv) noexcept |
| Transform an input string from from base64 characters. | |
Base64 encoding and decoding helper class.
This class provides methods to encode and decode strings using the Base64 encoding scheme
|
staticnoexcept |
Transform an input string into base64 characters.
| sv |