System::UriShim::EscapeAsciiChar método
UriShim::EscapeAsciiChar method
Convierte un carácter a forma hexadecimal escapada.
static void System::UriShim::EscapeAsciiChar(char16_t ch, const System::ArrayPtr<char16_t> &to, int32_t &pos)
| Parámetro | Tipo | Descripción |
|---|---|---|
| ch | char16_t | Carácter a convertir. |
| to | const System::ArrayPtr<char16_t>& | Búfer de salida. |
| pos | int32_t& | Posición en el búfer de salida; avanza después de la codificación. |
Ver también
- Typedef ArrayPtr
- Class UriShim
- Namespace System
- Library Aspose.Page for C++