public 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);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.