IsHexEncoding()

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

Checks if given pattern is an escaped hex form.

static bool System::UriShim::IsHexEncoding(const String &pattern, int32_t index)

Arguments

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

Return Value

True if there’s an escaped hex pattern at given position, false otherwise.

See Also