UtilApplicationParameterizationIsParameterAssignedInArgument(CommandLineParameterPrefix, String, String) Method

Determines whether the specified command-line parameter is assigned in the given command-line argument.

Definition

Namespace: DevCase.Core.Application.Parameterization
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsParameterAssignedInArgument(
	CommandLineParameterPrefix prefix,
	string parameterName,
	string argument
)

Parameters

prefix  CommandLineParameterPrefix
The prefix of the command-line parameter's name.
parameterName  String
The name of the command-line parameter.
argument  String
The command-line argument.

Return Value

Boolean
if the specified command-line parameter is assigned in the given command-line argument; otherwise, .

See Also