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ámetroTipoDescripción
patternconst String&String para leer la forma hexadecimal escapada.
índiceint32_t&Desplazamiento en la cadena dada.

ReturnValue

Carácter decodificado.

Ver también