System::UriShim::EscapeAsciiChar 메서드
UriShim::EscapeAsciiChar method
문자를 이스케이프된 16진수 형태로 변환합니다.
static void System::UriShim::EscapeAsciiChar(char16_t ch, const System::ArrayPtr<char16_t> &to, int32_t &pos)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| ch | char16_t | 변환할 문자. |
| to | const System::ArrayPtr<char16_t>& | 출력 버퍼. |
| pos | int32_t& | 출력 버퍼 내 위치; 인코딩 후에 앞으로 이동합니다. |
또 보기
- Typedef ArrayPtr
- Class UriShim
- Namespace System
- Library Aspose.Page for C++