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