System::Uri::UnescapeDataString 메서드
Uri::UnescapeDataString method
지정된 이스케이프된 문자열의 이스케이프를 해제합니다.
static String System::Uri::UnescapeDataString(const String &stringToUnescape)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| stringToUnescape | const String& | 언이스케이프할 문자열 |
ReturnValue
새 문자열은 stringToUnescape의 언이스케이프된 표현을 포함합니다.
또 보기
- Class String
- Class Uri
- Namespace System
- Library Aspose.Page for C++