Table of Contents

Method StringToLinesOfCells

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

StringToLinesOfCells(string, Attribute?)

Splits a string into a List that will contain a List<T> 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<T> for each line.