Click or drag to resize

INIFileGetSectionRawLines Method

Gets the section lines. The raw text of the section. Skip comments.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public IList<string> GetSectionRawLines(
	string section
)

Parameters

section
Type: SystemString
The section.

Return Value

Type: IListString
IList<System.String>.
Exceptions
ExceptionCondition
ArgumentNullExceptionSection
See Also