UtilApplicationParameterizationSetParameterValueT Method

Determines whether the specified CommandLineValueParameterT is assigned in the given command-line argument, then tries to set the assigned value of the parameter.

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 void SetParameterValue<T>(
	ref CommandLineValueParameter<T> refParameter,
	string argument
)
where T : IConvertible

Parameters

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

Type Parameters

T

See Also