クリックして評価とフィードバックをお寄せください
MSDN
MSDN ライブラリ
.NET 開発
以前のバージョン
.NET Framework SDK 2.0
System
Uri クラス
Uri メソッド
 Unescape メソッド

  低帯域幅での表示をオンにする
このページは次のバージョンについて記述しています。
Microsoft Visual Studio 2005/.NET Framework 2.0

その他のバージョンについては、以下の情報を参照してください。
.NET Framework クラス ライブラリ
Uri.Unescape メソッド

このメソッドは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

メモ : このメソッドは、互換性のために残されています。

エスケープ シーケンスをエスケープ解除された形式に置換することによって、指定した文字列を変換します。

名前空間: System
アセンブリ: System (system.dll 内)

Visual Basic (宣言)
<ObsoleteAttribute("The method has been deprecated. Please use GetComponents() or static UnescapeDataString() to unescape a Uri component or a string. http://go.microsoft.com/fwlink/?linkid=14202")> _
Protected Overridable Function Unescape ( _
    path As String _
) As String
Visual Basic (使用法)
Dim path As String
Dim returnValue As String

returnValue = Me.Unescape(path)
C#
[ObsoleteAttribute("The method has been deprecated. Please use GetComponents() or static UnescapeDataString() to unescape a Uri component or a string. http://go.microsoft.com/fwlink/?linkid=14202")] 
protected virtual string Unescape (
    string path
)
C++
[ObsoleteAttribute(L"The method has been deprecated. Please use GetComponents() or static UnescapeDataString() to unescape a Uri component or a string. http://go.microsoft.com/fwlink/?linkid=14202")] 
protected:
virtual String^ Unescape (
    String^ path
)
J#
/** @attribute ObsoleteAttribute("The method has been deprecated. Please use GetComponents() or static UnescapeDataString() to unescape a Uri component or a string. http://go.microsoft.com/fwlink/?linkid=14202") */ 
protected String Unescape (
    String path
)
JScript
ObsoleteAttribute("The method has been deprecated. Please use GetComponents() or static UnescapeDataString() to unescape a Uri component or a string. http://go.microsoft.com/fwlink/?linkid=14202") 
protected function Unescape (
    path : String
) : String

パラメータ

path

変換対象の String

戻り値

path パラメータのエスケープ解除された値を格納している String

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。

.NET Framework

サポート対象 : 1.0、1.1
2.0 では、互換性のために残されています (コンパイル時に警告)

.NET Compact Framework

サポート対象 : 1.0
2.0 では、互換性のために残されています (コンパイル時に警告)
コミュニティ コンテンツ   コミュニティ コンテンツとは
新しいコンテンツの追加 RSS  注釈
Processing
© 2009 Microsoft Corporation. All rights reserved. 使用条件  |  商標  |  プライバシー
Page view tracker