System::UriShim 클래스
UriShim class
서비스 클래스입니다.
class UriShim
메서드
| 메서드 | 설명 |
|---|---|
| static EscapeAsciiChar(char16_t, const System::ArrayPtr<char16_t>&, int32_t&) | 문자를 이스케이프된 16진수 형태로 변환합니다. |
| static HexEscape(char16_t) | 문자를 이스케이프된 16진수 형태로 변환합니다. |
| static HexUnescape(const String&, int32_t&) | 문자를 이스케이프된 16진수 형태에서 변환합니다. |
| static IsHexEncoding(const String&, int32_t) | 주어진 패턴이 이스케이프된 16진수 형태인지 확인합니다. |
또 보기
- Namespace System
- Library Aspose.Page for C++