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.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
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