Metodo System::UriShim::HexUnescape
UriShim::HexUnescape method
Converte il carattere dalla forma esadecimale escapata.
static char16_t System::UriShim::HexUnescape(const String &pattern, int32_t &index)
| Parametro | Tipo | Descrizione |
|---|---|---|
| pattern | const String& | String da cui leggere la forma esadecimale escapata. |
| indice | int32_t& | Offset nella stringa fornita. |
ReturnValue
Carattere decodificato.
Vedi anche
- Class String
- Class UriShim
- Namespace System
- Library Aspose.Font for C++