Method StringToLinesOfCells | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
StringToLinesOfCells(string, Attribute?)
Splits a string into a List that will contain a List for each line.
public static List<List<Cell>> StringToLinesOfCells(string content, Attribute? attribute = null)
Parameters
content
string
The string content.
attribute
Attribute?
The color scheme.
Returns
A List for each line.