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.251-beta+c370f3da3791592278238855631f53a5ff418c68
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