|
StringParserParseCheck Method
|
Parses strings and validates they match expected type codes.
Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
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