Click or drag to resize

CommandLineGetNullifiedArgument Method (String, String)

Gets a command line nullified argument value.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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: String
A string or the default value.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also