System::UriShim::EscapeAsciiChar-Methode
UriShim::EscapeAsciiChar method
Konvertiert Zeichen in escaped Hex-Form.
static void System::UriShim::EscapeAsciiChar(char16_t ch, const System::ArrayPtr<char16_t> &to, int32_t &pos)
| Parameter | Typ | Beschreibung |
|---|---|---|
| ch | char16_t | Zu konvertierendes Zeichen. |
| to | const System::ArrayPtr<char16_t>& | Ausgabepuffer. |
| pos | int32_t& | Position im Ausgabepuffer; wird nach der Kodierung weitergeschoben. |
Siehe auch
- Typedef ArrayPtr
- Class UriShim
- Namespace System
- Library Aspose.Font for C++