Click or drag to resize

CommandLineGetNullifiedArgument Method (Int32, 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(
	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: String
A string or the default value.
See Also