System::Uri::FromHex method
Uri::FromHex method
Gets the decimal value of a hexadecimal digit.
static int32_t System::Uri::FromHex(char16_t digit)
Parameter | Type | Description |
---|---|---|
digit | char16_t | The hexadecimal digit to convert |
ReturnValue
A value that contains a number that corresponds to the specified hexadecimal digit
See Also
- Class Uri
- Namespace System
- Library Aspose.PDF for C++