![]()
A bool value that is true if pattern is hexadecimal encoded at the specified location; otherwise, false.
The Uri.IsHexEncoding(string, int) method checks for hexadecimal encoding that follows the pattern "%hexhex" in a string, where "hex" is a digit from 0 to 9 or a letter from A-F (case-insensitive).