Exemplo n.º 1
0
 public static int Int(this Argumenter a, string i, int d = 0)
 {
     try
     {
         return(int.Parse(a.GetPr(i)));
     }
     catch (Exception) { }
     return(d);
 }