Unicode.unicharIsxdigit

Determines if a character is a hexidecimal digit.

struct Unicode
static
bool
unicharIsxdigit
(
dchar c
)

Parameters

c dchar

a Unicode character.

Return Value

Type: bool

TRUE if the character is a hexadecimal digit