Method SplitNewLine | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

SplitNewLine(ustring)

Splits all newlines in the text into a list and supports both CRLF and LF, preserving the ending newline.

public static List<ustring> SplitNewLine(ustring text)

Parameters

text ustring

The text.

Returns

List<ustring>

A list of text without the newline characters.

Edit this page