Example #1
0
 public static int ReadNumber(Rectangle rect)
 {
     return(BasicMath.CleanStringOfNonDigits(ReadText(rect)));
 }