Exemple #1
0
 public static bool GetBool(string name)
 {
     return(GlobalVars.StringToBool(GetValue(name)));
 }