Checks if a set of arguments asks for help.
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 static bool ParseHelp(
string[] args
)
Parameters
- args
- Type: SystemString
Args to check for help.
Return Value
Type:
Boolean Returns true if args contains /? or /help.
See Also