UtilApplicationParameterizationIsParameterAssignedInArgument(CommandLineParameterPrefix, String, String) Method
Determines whether the specified command-line parameter is assigned
in the given command-line argument.
Namespace: DevCase.Core.Application.ParameterizationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
static member IsParameterAssignedInArgument :
prefix : CommandLineParameterPrefix *
parameterName : string *
argument : string -> bool
No code example is currently available or this language may not be supported.
- 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.
Boolean if the specified command-line parameter is assigned
in the given command-line argument; otherwise,
.