Table of Contents

Method ToString

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(ConsoleDriver?)

Gets a string representation of the Application rendered by the provided ConsoleDriver.

public static string ToString(ConsoleDriver? driver)

Parameters

driver ConsoleDriver

The driver to use to render the contents.

Returns

string

A string representation of the Application