from_base64 函式

將指定的 base64 字串解碼成位元組陣列

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

參數

  • str

需求

**標頭:**asyncrt_utils.h

**命名空間:**utility::conversions

請參閱

參考

utility::conversions 命名空間