HexUnescape()

UriShim::HexUnescape(const String&, int32_t&) method

Converts character from escaped hex form.

static char16_t System::UriShim::HexUnescape(const String &pattern, int32_t &index)

Arguments

ParameterTypeDescription
patternconst String&String to read escaped hex form from.
indexint32_t&Offset in the given string.

Return Value

Decoded character.

See Also