Table of Contents

isdigit

bool isdigit(int c)

Description

Returns true if the character is a digit. Equivalent to the corresponding C function isdigit.

See also

StrIsDigit