from_base64 Function

Decode the given base64 string to a byte array

_ASYNCRTIMP std::vector<unsigned char> __cdecl from_base64(
   const utility::string_t& str
);

Parameters

  • str

Requirements

Header: asyncrt_utils.h

Namespace: utility::conversions

See Also

Reference

utility::conversions Namespace