Method ToString | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

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 IConsoleDriver

The driver to use to render the contents.

Returns

string

A string representation of the Application