Parses an argument list.
Namespace:
PDTec.IceNet.Sdk.Utils.CommandLine
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntaxpublic 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