UtilApplicationParameterizationIsParameterAssignedInArgument(CommandLineParameter, String) Method

Determines whether the specified CommandLineParameter 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(
	CommandLineParameter parameter,
	string argument
)

Parameters

parameter  CommandLineParameter
The CommandLineParameter.
argument  String
The command-line argument.

Return Value

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

See Also