AdEvade.Config.ConfigValueHelpers.GetInt C# (CSharp) Method

GetInt() public static method

public static GetInt ( this value ) : int
value this
return int
        public static int GetInt(this ConfigValue value)
        {
            return Properties.GetInt(value);
        }