Click or drag to resize

CommandLineParserDefaultNameValueSeparator Field

Gets the default character used to separate the name and the value of an argument.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.4.0
Syntax
public const char DefaultNameValueSeparator = ':'

Field Value

Type: Char
The default character used to separate the name and the value of an argument, which is ':'.
Remarks
This constant is used as the default value of the NameValueSeparator property.
See Also