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