KeyValuePairConverterDefaultSeparator Field
Gets the default key/value separator, which is "=".
Namespace: Ookii.CommandLine.ConversionAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
public const string DefaultSeparator = "="
Public Const DefaultSeparator As String = "="
Dim value As String
value = KeyValuePairConverter.DefaultSeparator
public:
literal String^ DefaultSeparator = "="
Field Value
String