Example #1
0
 public static int GetInt(string key)
 {
     return(Vars.GetValueOrDefault(key, 0));
 }