public override string ToString()Public Overrides Function ToString As String
Dim instance As CommandLineArgument
Dim returnValue As String
returnValue = instance.ToString()public:
virtual String^ ToString() overrideThe string value matches the way the argument is displayed in the usage help's command line syntax when using the default UsageWriter.