isDigit

Determines if a character is a digit. It returns true for decimal digits only.

bool
isDigit
(
dchar ch
)

Parameters

ch dchar

the character to be inspected

Meta