Thinktecture.Tools.Web.Services.ContractFirst.ConfigurationManager.ReadInteger C# (CSharp) Method

ReadInteger() public method

public ReadInteger ( string section ) : int
section string
return int
        public int ReadInteger(string section)
        {
            return ReadInteger(section, 0);
        }

Same methods

ConfigurationManager::ReadInteger ( string section, int defaultValue ) : int