Table of Contents

Method ToCellList

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ToCellList(string, Attribute?)

Converts the string into a List<T>.

public static List<Cell> ToCellList(string str, Attribute? attribute = null)

Parameters

str string

The string to convert.

attribute Attribute?

The ColorScheme to use.

Returns

List<Cell>