CommandLineGetArgumentT Method (IEnumerableString, String, T) |
Gets a command line argument value.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static T GetArgument<T>(
IEnumerable<string> arguments,
string name,
T defaultValue = null
)
Parameters
- arguments
- Type: System.Collections.GenericIEnumerableString
The arguments. - name
- Type: SystemString
The argument name. - defaultValue (Optional)
- Type: T
The default value if the argument is not found.
Type Parameters
- T
- The expected argument value type
Return Value
Type:
TThe argument value.
See Also