System::UriShim::HexUnescape method
UriShim::HexUnescape method
Converts character from escaped hex form.
static char16_t System::UriShim::HexUnescape(const String &pattern, int32_t &index)
Parameter | Type | Description |
---|---|---|
pattern | const String& | String to read escaped hex form from. |
index | int32_t& | Offset in the given string. |
ReturnValue
Decoded character.
See Also
- Class String
- Class UriShim
- Namespace System
- Library Aspose.TeX for C++