Parses an argument list.
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 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