Table of Contents

Method ToDisplayString

Namespace
Alternet.Syntax.Parsers.Roslyn
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

ToDisplayString(TaggedText, bool, Color[])

public static string ToDisplayString(this TaggedText text, bool useFormatting, Color[] colors)

Parameters

text TaggedText
useFormatting bool
colors Color[]

Returns

string

ToDisplayString(IList<TaggedText>, bool, Color[])

public static string ToDisplayString(this IList<TaggedText> texts, bool useFormatting, Color[] colors)

Parameters

texts IList<TaggedText>
useFormatting bool
colors Color[]

Returns

string