Converts a specified escaped hexadecimal representation of a character to the character.
A char containing a character. If the character pointed to by index is a "%" and there are at least two characters following the "%", and the two characters are valid hexadecimal digits, the hexadecimal digits are converted to char. Otherwise, the character at index is returned. Valid hexadecimal digits are: 0-9, a-f, A-F.
On return, the value of index contains the index of the character following the one returned.
Type Reason ArgumentOutOfRangeException index < 0, or index >= the number of characters in pattern.
Documentation for this section has not yet been entered.
Namespace: System
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0