CommandLineGetNullifiedArgument Method (Int32, 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(
int index,
string defaultValue = null
)
Parameters
- index
- Type: SystemInt32
The argument index. - defaultValue (Optional)
- Type: SystemString
The default value if the argument is not defined.
Return Value
Type:
StringA string or the default value.
See Also