Method ToString | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
ToString()
Gets a string representation of the Application as rendered by Driver.
public static string ToString()
Returns
A string representation of the Application
ToString(IConsoleDriver?)
Gets a string representation of the Application rendered by the provided IConsoleDriver.
public static string ToString(IConsoleDriver? driver)
Parameters
driver
IConsoleDriver
The driver to use to render the contents.
Returns
A string representation of the Application