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.181-beta
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