FastColoredTextBoxNS.ExportToHTML.ExportToHTML C# (CSharp) Method

ExportToHTML() public method

public ExportToHTML ( ) : System.Collections.Generic
return System.Collections.Generic
        public ExportToHTML()
        {
            UseNbsp = true;
            UseOriginalFont = true;
            UseStyleTag = true;
            UseBr = true;
        }