System::UriShim::EscapeAsciiChar method
UriShim::EscapeAsciiChar method
Converts character to escaped hex form.
static void System::UriShim::EscapeAsciiChar(char16_t ch, const System::ArrayPtr<char16_t> &to, int32_t &pos)
Parameter | Type | Description |
---|---|---|
ch | char16_t | Character to convert. |
to | const System::ArrayPtr<char16_t>& | Output buffer. |
pos | int32_t& | Position in output buffer; gets advanced after encoding. |
See Also
- Typedef ArrayPtr
- Class UriShim
- Namespace System
- Library Aspose.PUB for C++