Click or drag to resize

PrsReaderGetSectionRawLines Method

Gets the section raw lines.

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
An IListT of String objects containing all the section raw lines.
Exceptions
ExceptionCondition
PrsReaderException
See Also