Click or drag to resize

ParserParseArguments Method (String, Object)

Parses Command Line Arguments. Errors are output on Console.Error. Use ArgumentAttributes to control parsing behaviour.

Namespace:  PDTec.IceNet.Sdk.Utils.CommandLine
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static bool ParseArguments(
	string[] arguments,
	Object destination
)

Parameters

arguments
Type: SystemString
The actual arguments.
destination
Type: SystemObject
The resulting parsed arguments.

Return Value

Type: Boolean
true if no errors were detected.
See Also