TextFormatToString Method
Returns the text formatting string contained in this instance.
Namespace: Ookii.CommandLine.TerminalAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public override string ToString()
Public Overrides Function ToString As String
Dim instance As TextFormat
Dim returnValue As String
returnValue = instance.ToString()
public:
virtual String^ ToString() override
Return Value
StringThe value of the
Value property.