Uri.UnescapeComponent(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이스케이프 시퀀스를 이스케이프되지 않은 표현으로 대체하여 지정된 문자열을 변환합니다.
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
변환할 문자열입니다.
반환
stringToUnescape의 이스케이프되지 않은 표현입니다.
설명
구성 요소의 사용자 읽기 가능한 문자열(예: 경로 값만 포함되지 않음)을 원하는 경우 UnescapeComponent를 유틸리티로 사용합니다.