Table of Contents

Method GetSection

Namespace
Sisk.IniConfiguration.Core
Assembly
Sisk.IniConfiguration.Core.dll

GetSection(string)

Gets an defined INI section from this document. The search is case-insensitive.

public IniSection? GetSection(string sectionName)

Parameters

sectionName string

The section name.

Returns

IniSection

The IniSection object if found, or null if not defined.