Click or drag to resize

CommaSeparatedEventReportParse Method


Namespace: GSF.SELEventParser
Assembly: GSF.SELEventParser (in GSF.SELEventParser.dll) Version: 2.4.181-beta
Syntax
public static CommaSeparatedEventReport Parse(
	string[] lines,
	bool processDigitals = true,
	bool processSettings = false,
	string fileIdentifier = "",
	double maxFileDuration = 0
)
View Source

Parameters

lines  String
 
processDigitals  Boolean  (Optional)
 
processSettings  Boolean  (Optional)
 
fileIdentifier  String  (Optional)
 
maxFileDuration  Double  (Optional)
 

Return Value

CommaSeparatedEventReport
See Also