Method ToDisplayString
ToDisplayString(TaggedText, bool, Color[])
public static string ToDisplayString(this TaggedText text, bool useFormatting, Color[] colors)
Parameters
text
TaggedTextuseFormatting
boolcolors
Color[]
Returns
ToDisplayString(IList<TaggedText>, bool, Color[])
public static string ToDisplayString(this IList<TaggedText> texts, bool useFormatting, Color[] colors)
Parameters
texts
IList<TaggedText>useFormatting
boolcolors
Color[]