| INIFileGetRawLines Method |
Gets the raw lines (skip comments)
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public IList<string> GetRawLines()
Public Function GetRawLines As IList(Of String)
public:
IList<String^>^ GetRawLines()
member GetRawLines : unit -> IList<string>
Return Value
IListStringIList<System.String>.
See Also