System::Uri::HexUnescape method
Contents
[
Hide
]Uri::HexUnescape method
Converts the specified hexadecimal representation of a character to a character.
static char16_t System::Uri::HexUnescape(const String &pattern, int32_t &index)
Parameter | Type | Description |
---|---|---|
pattern | const String& | A string containing the hexadecimal representation of a character |
index | int32_t& | The position in pattern where the hexadecimal representation of a character begins |
ReturnValue
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.
See Also
- Class String
- Class Uri
- Namespace System
- Library Aspose.Font for C++