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를 유틸리티로 사용합니다.

적용 대상

추가 정보