CommandLineArgumentToString Method |
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
Dim instance As CommandLineArgument
Dim returnValue As String
returnValue = instance.ToString()
public:
virtual String^ ToString() override
Return Value
Type:
StringA
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