|
CommaSeparatedEventReportParse Method
|
Namespace: GSF.SELEventParserAssembly: GSF.SELEventParser (in GSF.SELEventParser.dll) Version: 2.4.246-beta
Syntaxpublic static CommaSeparatedEventReport Parse(
string[] lines,
bool processDigitals = true,
bool processSettings = false,
string fileIdentifier = "",
double maxFileDuration = 0
)
Public Shared Function Parse (
lines As String(),
Optional processDigitals As Boolean = true,
Optional processSettings As Boolean = false,
Optional fileIdentifier As String = "",
Optional maxFileDuration As Double = 0
) As CommaSeparatedEventReport
public:
static CommaSeparatedEventReport^ Parse(
array<String^>^ lines,
bool processDigitals = true,
bool processSettings = false,
String^ fileIdentifier = L"",
double maxFileDuration = 0
)
static member Parse :
lines : string[] *
?processDigitals : bool *
?processSettings : bool *
?fileIdentifier : string *
?maxFileDuration : float
(* Defaults:
let _processDigitals = defaultArg processDigitals true
let _processSettings = defaultArg processSettings false
let _fileIdentifier = defaultArg fileIdentifier ""
let _maxFileDuration = defaultArg maxFileDuration 0
*)
-> CommaSeparatedEventReport
GSF.SELEventParser.CommaSeparatedEventReport.Parse = function(lines, processDigitals, processSettings, fileIdentifier, maxFileDuration);
View SourceParameters
- lines String
-
- processDigitals Boolean (Optional)
-
- processSettings Boolean (Optional)
-
- fileIdentifier String (Optional)
-
- maxFileDuration Double (Optional)
-
Return Value
CommaSeparatedEventReport
See Also