Function mrpt::system::decodeBase64

Function Documentation

bool mrpt::system::decodeBase64(const std::string &inString, std::vector<uint8_t> &outData)

Decode a base-64 string into the original sequence of bytes.

See also

encodeBase64

Returns:

false on invalid base-64 string passed as input, true on success.