Table of Contents

Method ToString

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.

ToString(IEnumerable<Cell>)

Converts a Cell generic collection into a string.

public static string ToString(IEnumerable<Cell> cells)

Parameters

cells IEnumerable<Cell>

The enumerable cell to convert.

Returns

string

ToString(List<List<Cell>>)

Converts a List<T> generic collection into a string.

public static string ToString(List<List<Cell>> cellsList)

Parameters

cellsList List<List<Cell>>

The enumerable cell to convert.

Returns

string