| INIFileGetSectionRawLines Method |
Gets the section lines. The raw text of the section. Skip comments.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public IList<string> GetSectionRawLines(
string section
)
Public Function GetSectionRawLines (
section As String
) As IList(Of String)
public:
IList<String^>^ GetSectionRawLines(
String^ section
)
member GetSectionRawLines :
section : string -> IList<string>
Parameters
- section String
- The section.
Return Value
IListStringIList<System.String>.
Exceptions See Also