Example #1
0
 public bool HasCountNumber()
 {
     return(int.TryParse(CountString.Trim(), out int i));
 }