コード例 #1
0
ファイル: Variables.cs プロジェクト: attackgithub/escript
 public static bool GetBool(string name)
 {
     return(GlobalVars.StringToBool(GetValue(name)));
 }