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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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