System::UriShim::HexUnescape metod

UriShim::HexUnescape method

Konverterar tecken från escapad hexform.

static char16_t System::UriShim::HexUnescape(const String &pattern, int32_t &index)
ParameterTypBeskrivning
patternconst String&String att läsa escapad hexadecimal form från.
indexint32_t&Offset i den givna strängen.

ReturnValue

Avkodat tecken.

Se även