UtilApplicationParameterizationIsParameterAssignedInArgumentT(CommandLineValueParameterT, String) Method

Determines whether the specified CommandLineValueParameterT 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<T>(
	CommandLineValueParameter<T> parameter,
	string argument
)
where T : IConvertible

Parameters

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

Type Parameters

T

Return Value

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

See Also