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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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