TextFormatToString Method
Returns the text formatting string contained in this instance.
Namespace: Ookii.CommandLine.TerminalAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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.