System::UriShim::EscapeAsciiChar methode
UriShim::EscapeAsciiChar method
Converteert teken naar geescaped hexadecimale vorm.
static void System::UriShim::EscapeAsciiChar(char16_t ch, const System::ArrayPtr<char16_t> &to, int32_t &pos)
| Parameter | Type | Beschrijving |
|---|---|---|
| ch | char16_t | Teken om te converteren. |
| to | const System::ArrayPtr<char16_t>& | Uitvoerbuffer. |
| pos | int32_t& | Positie in de uitvoerbuffer; wordt vooruitgeschoven na codering. |
Zie ook
- Typedef ArrayPtr
- Class UriShim
- Namespace System
- Library Aspose.Page for C++