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(IConsoleDriver?)
Gets a string representation of the Application rendered by the provided IConsoleDriver.
public static string ToString(IConsoleDriver? driver)
Parameters
driver
IConsoleDriverThe driver to use to render the contents.
Returns
- string
A string representation of the Application