uri::decode 方法

將編碼字串解碼。

_ASYNCRTIMP static utility::string_t __cdecl decode(
   const utility::string_t &encoded
);

參數

  • encoded
    做為字串的 URI。

傳回值

解碼的字串。

需求

**標頭:**base_uri.h

**命名空間:**web::http

請參閱

參考

uri 類別