Converts a specified hexadecimal representation of a character to the character.
- Parameters
-
pattern | The hexadecimal representation of a character. |
index | The location in pattern where the hexadecimal representation of a character begins. |
- Returns
- Char The character represented by the hexadecimal encoding at position index. If the character at index is not hexadecimal encoded, the character at index is returned. The value of index is incremented to point to the character following the one returned.
- Exceptions
-
ArgumentOutOfRangeException | index is less than 0 or greater than or equal to the number of characters in pattern. |