CommandLineHasArgument Method |
Determines whether the argument is available.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static bool HasArgument(
string name
)
Parameters
- name
- Type: SystemString
The argument name.
Return Value
Type:
Booleantrue if the argument is available; otherwise,
false.
Exceptions See Also