Method ToString | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
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
ToString(List<List>)
Converts a List generic collection into a string.
public static string ToString(List<List<Cell>> cellsList)
Parameters
The enumerable cell to convert.