英語で読む

次の方法で共有


uri::decode メソッド

エンコードされた文字列をデコードします。

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

パラメーター

  • encoded
    URI (文字列)。

戻り値

デコードされた文字列。

必要条件

ヘッダー: base_uri.h

名前空間: web::http

参照

関連項目

uri クラス