function Digit(ch: char): boolean;
public boolean Digit(char ch);
Public Function Digit(ch As char) As boolean
Checks if input char is a digit. Result is true, if tested char within 0..9.
EkBaseReport Methods