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