Uri.UnescapeComponent(String) メソッド

定義

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

public:
 static Platform::String ^ UnescapeComponent(Platform::String ^ toUnescape);
 static winrt::hstring UnescapeComponent(winrt::hstring const& toUnescape);
public static string UnescapeComponent(string toUnescape);
function unescapeComponent(toUnescape)
Public Shared Function UnescapeComponent (toUnescape As String) As String

パラメーター

toUnescape
String

Platform::String

winrt::hstring

変換する文字列。

戻り値

String

Platform::String

winrt::hstring

stringToUnescape のエスケープされていない表現。

注釈

UnescapeComponent をユーティリティとして使用します。たとえば、 Path 値だけをエスケープしないなど、コンポーネントだけのユーザーが読み取り可能な文字列を使用する場合は、ユーティリティとして使用します。

適用対象

こちらもご覧ください