System::Uri::FromHex method

Uri::FromHex method

Gets the decimal value of a hexadecimal digit.

static int32_t System::Uri::FromHex(char16_t digit)
ParameterTypeDescription
digitchar16_tThe hexadecimal digit to convert

ReturnValue

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

See Also