to_base64 函式
將指定的位元組陣列編碼成 Base64 字串
_ASYNCRTIMP utility::string_t __cdecl to_base64(
const std::vector<unsigned char>& data
);
_ASYNCRTIMP utility::string_t __cdecl to_base64(
uint64_t data
);
參數
- data
需求
**標頭:**asyncrt_utils.h
**命名空間:**utility::conversions