System::UriShim::HexUnescape método
UriShim::HexUnescape method
Convierte un carácter desde forma hexadecimal escapada.
static char16_t System::UriShim::HexUnescape(const String &pattern, int32_t &index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| pattern | const String& | String para leer la forma hexadecimal escapada. |
| índice | int32_t& | Desplazamiento en la cadena dada. |
ReturnValue
Carácter decodificado.
Ver también
- Class String
- Class UriShim
- Namespace System
- Library Aspose.Page for C++