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
Syntaxpublic const char DefaultNameValueSeparator = ':'
Public Const DefaultNameValueSeparator As Char = ":"C
Dim value As Char
value = CommandLineParser.DefaultNameValueSeparator
public:
literal wchar_t DefaultNameValueSeparator = ':'
Field Value
Type:
Char
The default character used to separate the name and the value of an argument, which is ':'.
Remarks
See Also