isNumeric method

bool isNumeric()

string is numeric or not

Implementation

bool isNumeric() {
  return NumberUtility.isNumeric(this);
}