Click or drag to resize

LogFileReadLines Method

Reads text from the LogFile and returns a list of lines created by separating the text by the "newline" characters if and where present.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public List<string> ReadLines(
	bool removeEmptyLines = false
)
View Source

Parameters

removeEmptyLines  Boolean  (Optional)
true, if empty lines are to be removed from the list; otherwise, false>.

Return Value

ListString
A list of lines from the text read from the LogFile.
See Also