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.181-beta
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