FromHex()

Uri::FromHex(char16_t) method

Gets the decimal value of a hexadecimal digit.

static int32_t System::Uri::FromHex(char16_t digit)

Arguments

ParameterTypeDescription
digitchar16_tThe hexadecimal digit to convert

Return Value

A value that contains a number that corresponds to the specified hexadecimal digit

See Also