예제 #1
0
 public static void SetValueAsBool(this ConfigSection section, string name, bool value)
 {
     section.SetValue(name, value.ToString());
 }