Function zeep::decode_base64
Defined in File crypto.hpp
Function Documentation
-
std::string zeep::decode_base64(std::string_view data)
decode data from base64 format, will throw invalid_base64 in case of invalid input
- Parameters
data – The string containing data to decode