Same as decode() but returns decoded data as a std::string. No validation is made if the string is “valid”.
Function decodeString
#include <Geode/utils/base64.hpp>str
Base64 encoded string
Decoded data, or an error if decoding failed
#include <Geode/utils/base64.hpp>Same as decode() but returns decoded data as a std::string. No validation is made if the string is “valid”.
str