Parses an argument list.
Namespace: PDTec.IceNet.Sdk.Utils.CommandLineAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
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