System::UriShim::HexUnescape-Methode
UriShim::HexUnescape method
Konvertiert Zeichen aus escaped Hex-Form.
static char16_t System::UriShim::HexUnescape(const String &pattern, int32_t &index)
| Parameter | Typ | Beschreibung |
|---|---|---|
| pattern | const String& | String zum Lesen der escaped hexadezimalen Form aus. |
| Index | int32_t& | Versatz im angegebenen String. |
ReturnValue
Dekodiertes Zeichen.
Siehe auch
- Class String
- Class UriShim
- Namespace System
- Library Aspose.Font for C++