Bool32 IsDigit(c);
Returns TRUE if the character c is between 0 and 9.
| Name | Type | Description |
|---|---|---|
| c | uChar | Character you want to analyze. |
Bool32, which can contain the following values.
| Value | Description |
|---|---|
| TRUE | Character is a numerical digit. |
| FALSE | Otherwise. |