CommandLineArgumentDefaultValueFormat Property
Gets the compound formatting string that is used to format the default value for display in
the usage help.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public string? DefaultValueFormat { get; }
Public ReadOnly Property DefaultValueFormat As String
Get
Dim instance As CommandLineArgument
Dim value As String
value = instance.DefaultValueFormat
public:
property String^ DefaultValueFormat {
String^ get ();
}
Property Value
String
A compound formatting string, or
if the default format is used.