ot::IsDigit() function
Checks whether a given character is a digit character ('0'-'9').
Syntax
bool IsDigit(char aChar); Arguments
aChar
The character to check.
Return value
TRUE @p aChar is a digit character. FALSE @p aChar is not a digit character.