Function zeep::encode_base64

Function Documentation

std::string zeep::encode_base64(std::string_view data, size_t wrap_width = 0)

encode data in base64 format

Parameters
  • data – The string containing data to encode

  • wrap_width – If this value is not zero, lines in the output will be wrapped to this width.