System::UriShim::EscapeAsciiChar method
UriShim::EscapeAsciiChar method
Convertit le caractère en forme hexadécimale échappée.
static void System::UriShim::EscapeAsciiChar(char16_t ch, const System::ArrayPtr<char16_t> &to, int32_t &pos)
| Paramètre | Type | Description |
|---|---|---|
| ch | char16_t | Caractère à convertir. |
| à | const System::ArrayPtr<char16_t>& | Tampon de sortie. |
| pos | int32_t& | Position dans le tampon de sortie ; avance après l’encodage. |
Voir aussi
- Typedef ArrayPtr
- Class UriShim
- Namespace System
- Library Aspose.Font for C++