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.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
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