Click or drag to resize

StringParserParseCheck Method

Parses strings and validates they match expected type codes.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.254-beta+b1c32a8191971a5ec09744a3eb270cb5508e892c
Syntax
public static bool ParseCheck(
	string[] parsedStrings,
	TypeCode[] expectedTypeCodes,
	out Object[] values
)
View Source

Parameters

parsedStrings  String
expectedTypeCodes  TypeCode
values  Object
the returned values from the try parse.

Return Value

Boolean
TRUE if all values parse successfully.
See Also