Метод System::UriShim::EscapeAsciiChar
UriShim::EscapeAsciiChar method
Преобразует символ в экранированную шестнадцатеричную форму.
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.Font for C++