System::Uri::IsHexDigit method

Uri::IsHexDigit method

Determines if the specified character represents a valid hexadecimal digit.

static bool System::Uri::IsHexDigit(char16_t character)
ParameterTypeDescription
characterchar16_tThe character to check

ReturnValue

True if the specified character is hexadecimal digit, otherwise - false

See Also