CommandLineArgumentToString Method

Returns a String that represents the current CommandLineArgument.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
C#
public override string ToString()

Return Value

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 UsageWriter.

See Also