Table of Contents

Method ToString

Namespace
Terminal.Gui.Drawing
Assembly
Terminal.Gui.dll

ToString()

public override string ToString()

Returns

string

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