uri::decode Method
Decodes an encoded string.
_ASYNCRTIMP static utility::string_t __cdecl decode(
const utility::string_t &encoded
);
Parameters
- encoded
The URI as a string.
Return Value
The decoded string.
Requirements
Header: base_uri.h
Namespace: web::http