Check whether specified symbol is in 0..9 range.
inline bool isDigit(const char c);
inline bool isDigit(const wchar_t c);