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
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
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