IsHexDigit()
Uri::IsHexDigit(char16_t) method
Determines if the specified character represents a valid hexadecimal digit.
static bool System::Uri::IsHexDigit(char16_t character)
Arguments
Parameter | Type | Description |
---|---|---|
character | char16_t | The character to check |
Return Value
True if the specified character is hexadecimal digit, otherwise - false
See Also
- Class Uri
- Namespace System
- Library Aspose.Slides