from_base64_str Function
Decode the given base64 string to a byte array
_ASYNCRTIMP std::string __cdecl from_base64_str(
const std::string& str
);
Parameters
- str
Requirements
Header: asyncrt_utils.h
Namespace: utility::conversions
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
Decode the given base64 string to a byte array
_ASYNCRTIMP std::string __cdecl from_base64_str(
const std::string& str
);
Header: asyncrt_utils.h
Namespace: utility::conversions