Method ToString
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
ToString(List<List<Cell>>)
Converts a List<T> generic collection into a string.
public static string ToString(List<List<Cell>> cellsList)