Table of Contents

Method TryParse

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

TryParse(IReadOnlyList<string>)

Parses consecutive raw table lines into a TableData instance.

public static TableData? TryParse(IReadOnlyList<string> lines)

Parameters

lines IReadOnlyList<string>

Raw markdown table lines (header, separator, body rows).

Returns

TableData

A TableData if at least a header and separator row are present; otherwise null .