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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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