Function mrpt::system::decodeBase64
Defined in File string_utils.h
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
- Returns:
false on invalid base-64 string passed as input, true on success.