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.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
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