Uri.EscapeString メソッド
アセンブリ: System (system.dll 内)

<ObsoleteAttribute("The method has been deprecated. Please use GetComponents() or static EscapeUriString() to escape a Uri component or a string. http://go.microsoft.com/fwlink/?linkid=14202")> _ Protected Shared Function EscapeString ( _ str As String _ ) As String
Dim str As String Dim returnValue As String returnValue = Uri.EscapeString(str)
[ObsoleteAttribute("The method has been deprecated. Please use GetComponents() or static EscapeUriString() to escape a Uri component or a string. http://go.microsoft.com/fwlink/?linkid=14202")] protected static string EscapeString ( string str )
[ObsoleteAttribute(L"The method has been deprecated. Please use GetComponents() or static EscapeUriString() to escape a Uri component or a string. http://go.microsoft.com/fwlink/?linkid=14202")] protected: static String^ EscapeString ( String^ str )
/** @attribute ObsoleteAttribute("The method has been deprecated. Please use GetComponents() or static EscapeUriString() to escape a Uri component or a string. http://go.microsoft.com/fwlink/?linkid=14202") */ protected static String EscapeString ( String str )
ObsoleteAttribute("The method has been deprecated. Please use GetComponents() or static EscapeUriString() to escape a Uri component or a string. http://go.microsoft.com/fwlink/?linkid=14202") protected static function EscapeString ( str : String ) : String
戻り値
文字列のエスケープ表現。

EscapeString メソッドでは、RFC 2396 の予約文字と文字値が 127 を超えるすべての文字が 16 進表現に変換されます。すべての Unicode 文字は、エスケープされる前に UTF-8 形式に変換されます。

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。

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

Weblioに収録されているすべての辞書からUri.EscapeString メソッドを検索する場合は、下記のリンクをクリックしてください。

- Uri.EscapeString メソッドのページへのリンク