System.Net.URLClient.TURI.URLDecode

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function URLDecode(const AValue: string; PlusAsSpaces: Boolean = False): string; static; deprecated 'Use TNetEncoding.URL.Decode';

C++

static System::UnicodeString __fastcall URLDecode _DEPRECATED_ATTRIBUTE1("Use TNetEncoding.URL.Decode") (const System::UnicodeString AValue, bool PlusAsSpaces = false);

プロパティ

種類 可視性 ソース ユニット
function public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURI


説明

警告: URLDecode は非推奨になっています。 NetEncoding.TNetEncoding.URL を使用してください。


URL パーセント デコードを行います。

URLDecode メソッドは、テキスト AValue の URL パーセント デコードを行います。

PlusAsSpacesTrue の場合、+ の文字は空白文字に変換されます。

関連項目