Std stringio isdigit
std:std.stringio.IsDigit
Function IsDigit:Bool( chr:Int )#
checks if a character is a decimal digit.
Returns true if ch is '0'-'9'.
| Parameters | |
|---|---|
chr |
chr The character to check. |
std:std.stringio.IsDigit
checks if a character is a decimal digit.
Returns true if ch is '0'-'9'.
| Parameters | |
|---|---|
chr |
chr The character to check. |