CommandLineParserDefaultNameValueSeparator Field
Gets the default character used to separate the name and the value of an argument.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
public const char DefaultNameValueSeparator = ':'
Public Const DefaultNameValueSeparator As Char = ":"C
Dim value As Char
value = CommandLineParser.DefaultNameValueSeparator
public:
literal wchar_t DefaultNameValueSeparator = ':'
Field Value
Char
The default character used to separate the name and the value of an argument, which is ':'.