System::UriShim::IsHexEncoding 메서드
UriShim::IsHexEncoding method
주어진 패턴이 이스케이프된 16진수 형태인지 확인합니다.
static bool System::UriShim::IsHexEncoding(const String &pattern, int32_t index)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| pattern | const String& | String에서 이스케이프된 16진수 형태를 읽기 위해. |
| index | int32_t | 주어진 문자열의 오프셋. |
ReturnValue
주어진 위치에 이스케이프된 16진수 패턴이 있으면 true, 그렇지 않으면 false.
또 보기
- Class String
- Class UriShim
- Namespace System
- Library Aspose.Page for C++