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.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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.