====== isdigit ====== {{tag>character needs_examples}} ''bool isdigit(int c)'' ===== Description ===== Returns true if the character is a digit. Equivalent to the corresponding C function [[http://en.cppreference.com/w/cpp/string/byte/isdigit|isdigit]]. ===== See also ===== [[StrIsDigit]]