System::Uri::HexEscape method
Uri::HexEscape method
Returns a hexadecimal equivalent of the specified character.
static String System::Uri::HexEscape(char16_t character)
| Parameter | Type | Description | 
|---|---|---|
| character | char16_t | The character to convert | 
ReturnValue
The hexadecimal representation of the specified character
See Also
- Class String
 - Class Uri
 - Namespace System
 - Library Aspose.Page for C++