System.Net.Configuration.ConfigurationStrings.GetSectionPath C# (CSharp) Method

GetSectionPath() static private method

static private GetSectionPath ( string sectionName ) : string
sectionName string
return string
        static string GetSectionPath(string sectionName)
        {
            return string.Format(CultureInfo.InvariantCulture, @"{0}/{1}", ConfigurationStrings.SectionGroupName, sectionName);
        }

Same methods

ConfigurationStrings::GetSectionPath ( string sectionName, string subSectionName ) : string
ConfigurationStrings