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

ParameterTypeDescription
characterchar16_tThe character to check

Return Value

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

See Also