AdEvade.Config.Properties.GetBool C# (CSharp) Method

GetBool() public static method

public static GetBool ( ConfigValue key ) : bool
key ConfigValue
return bool
        public static bool GetBool(ConfigValue key)
        {
            return (bool)Values[key];
        }
        public static void SetValue(ConfigValue key, object value, bool raiseEvent = true)