CommandLineParserDefaultNameValueSeparator Field

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

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public const char DefaultNameValueSeparator = ':'

Field Value

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