System::UriShim::IsHexEncoding method

UriShim::IsHexEncoding method

Checks if given pattern is an escaped hex form.

static bool System::UriShim::IsHexEncoding(const String &pattern, int32_t index)
ParameterTypeDescription
patternconst String&String to read escaped hex form from.
indexint32_tOffset in the given string.

ReturnValue

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

See Also