System.Net.URLClient.TURI.URLDecode
Delphi
class function URLDecode(const AValue: string; PlusAsSpaces: Boolean = False): string; static;
C++
static System::UnicodeString __fastcall URLDecode(const System::UnicodeString AValue, bool PlusAsSpaces = false);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Net.URLClient.pas System.Net.URLClient.hpp |
System.Net.URLClient | TURI |
説明
URL パーセント デコードを行います。
URLDecode メソッドは、テキスト AValue
の URL パーセント デコードを行います。
PlusAsSpaces
が True
の場合、+
の文字は空白文字に変換されます。