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

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)

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>)

Converts a List 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