Click or drag to resize

CommandLineArgumentToString Method

Returns a String that represents the current CommandLineArgument.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public override string ToString()

Return Value

Type: String
A String that represents the current CommandLineArgument.
Remarks

The string value matches the way the argument is displayed in the usage help's command line syntax when using the default WriteUsageOptions.

See Also