xdigit_value


Description:

public int xdigit_value ()

Determines the numeric value of a character as a hexadecimal digit.

Parameters:

c

a Unicode character

Returns:

If c is a hex digit (according to isxdigit), its numeric value. Otherwise, -1.