Click or drag to resize

PrsReaderGetSectionRawLines Method

Gets the section raw lines.

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

Parameters

section  String
The section.

Return Value

IListString
An IListT of String objects containing all the section raw lines.
Exceptions
ExceptionCondition
PrsReaderException
See Also