StringParserParseCheck Method

Parses strings and validates they match expected type codes.

Definition

Namespace: Gemstone.IO.Parsing
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.155 -- Release Build+a7d8ba87ff92af3282fc68a6fbfd37a854100b44
public static bool ParseCheck(
	string[]? parsedStrings,
	TypeCode[]? expectedTypeCodes,
	out Object?[]?? values
)

Parameters

parsedStrings  String

[Missing <param name="parsedStrings"/> documentation for "M:Gemstone.IO.Parsing.StringParser.ParseCheck(System.String[],System.TypeCode[],System.Object[]@)"]

expectedTypeCodes  TypeCode

[Missing <param name="expectedTypeCodes"/> documentation for "M:Gemstone.IO.Parsing.StringParser.ParseCheck(System.String[],System.TypeCode[],System.Object[]@)"]

values  Object
the returned values from the try parse.

Return Value

Boolean
TRUE if all values parse successfully.

See Also