unicharIsxdigit

Determines if a character is a hexadecimal digit.

bool
unicharIsxdigit
(
dchar c
)

Parameters

c dchar

a Unicode character.

Return Value

Type: bool

true if the character is a hexadecimal digit