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

Namespace

Terminal.Gui

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

List<List<Cell>>

A List for each line.

Edit this page