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