System::UriShim::HexUnescape 메서드
UriShim::HexUnescape method
문자를 이스케이프된 16진수 형태에서 변환합니다.
static char16_t System::UriShim::HexUnescape(const String &pattern, int32_t &index)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| pattern | const String& | String에서 이스케이프된 16진수 형태를 읽기 위해. |
| index | int32_t& | 주어진 문자열의 오프셋. |
ReturnValue
디코딩된 문자.
또 보기
- Class String
- Class UriShim
- Namespace System
- Library Aspose.Page for C++