System::UriShim::EscapeAsciiChar method
UriShim::EscapeAsciiChar method
将字符转换为转义的十六进制形式。
static void System::UriShim::EscapeAsciiChar(char16_t ch, const System::ArrayPtr<char16_t> &to, int32_t &pos)
| Parameter | Type | 描述 |
|---|---|---|
| ch | char16_t | 要转换的字符。 |
| 结束 | const System::ArrayPtr<char16_t>& | 输出缓冲区。 |
| pos | int32_t& | 输出缓冲区中的位置;在编码后会前移。 |
另见
- Typedef ArrayPtr
- Class UriShim
- Namespace System
- Library Aspose.Page for C++