System::UriShim::HexUnescape méthode

UriShim::HexUnescape method

Convertit le caractère depuis la forme hexadécimale échappée.

static char16_t System::UriShim::HexUnescape(const String &pattern, int32_t &index)
ParamètreTypeDescription
patternconst String&String pour lire la forme hexadécimale échappée depuis.
indiceint32_t&Décalage dans la chaîne donnée.

ReturnValue

Caractère décodé.

Voir aussi