Method ToString
ToString()
Gets a string representation of the Application as rendered by Driver.
public static string ToString()
Returns
- string
A string representation of the Application
ToString(ConsoleDriver?)
Gets a string representation of the Application rendered by the provided ConsoleDriver.
public static string ToString(ConsoleDriver? driver)
Parameters
driver
ConsoleDriverThe driver to use to render the contents.
Returns
- string
A string representation of the Application