Function Base64Encode(const char *, std::size_t)#

Function Documentation#

inline std::string Base64Encode(const char *data, std::size_t datalength)#

Encode to Base64 format.

Parameters:
  • data[in] buffer to be encoded to Base64

  • datalength[in] buffer length to be encoded to Base64

Returns:

text encoded to format