|
StringParserParseCheck Method
|
Parses strings and validates they match expected type codes.
Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax GSF.Parsing.StringParser.ParseCheck = function(parsedStrings, expectedTypeCodes, values);
View SourceParameters
- parsedStrings String
- expectedTypeCodes TypeCode
- values Object
- the returned values from the try parse.
Return Value
BooleanTRUE if all values parse successfully.
See Also