IsHexEncoding()
Uri::IsHexEncoding(const String&, int32_t) method
Determines if a character in the specified string at the specified position is hexadecimal encoded.
static bool System::Uri::IsHexEncoding(const String &pattern, int32_t index)
Arguments
Parameter | Type | Description |
---|---|---|
pattern | const String& | The string to check |
index | int32_t | Zero-based position of the character to test |
Return Value
True if the specified character is hexadecimal encoded, otherwise - false
See Also
- Class String
- Class Uri
- Namespace System
- Library Aspose.Slides