CommandLineGetNullifiedArgument Method (String, String) |
Gets a command line nullified argument value.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string GetNullifiedArgument(
string name,
string defaultValue = null
)
Parameters
- name
- Type: SystemString
The argument name. - defaultValue (Optional)
- Type: SystemString
The default value if the argument is not defined.
Return Value
Type:
StringA string or the default value.
Exceptions See Also