Click or drag to resize
ParserParse Method
Parses an argument list.

Namespace: PDTec.IceNet.Sdk.Utils.CommandLine
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public bool Parse(
	string[] args,
	Object destination
)

Parameters

args
Type: SystemString
The arguments to parse.
destination
Type: SystemObject
The destination of the parsed arguments.

Return Value

Type: Boolean
true if no parse errors were encountered.
See Also