This documentation is archived and is not being maintained.
Uri::HexUnescape Method
Visual Studio 2010
Converts a specified hexadecimal representation of a character to the character.
Assembly: System (in System.dll)
Parameters
- pattern
- Type: System::String
The hexadecimal representation of a character.
- index
- Type: System::Int32%
The location in pattern where the hexadecimal representation of a character begins.
Return Value
Type: System::CharThe 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.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than 0 or greater than or equal to the number of characters in pattern. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: