IsHexEncoding()

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

Determines if a character in the specified string at the specified position is hexadecimal encoded.

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

Arguments

ParameterTypeDescription
patternconst String&The string to check
indexint32_tZero-based position of the character to test

Return Value

True if the specified character is hexadecimal encoded, otherwise - false

See Also