Cyotek.Web.BbCodeFormatter/IHtmlFormatter.cs

Download

cyotek.web.bbcodeformatter.zip

(7.12 KB | 18 March 2010 )

A simple to use class library for converting text containing BBCode used by popular forum systems into HTML using C#.

Donate

Contents of cyotek.web.bbcodeformatter.zip/Cyotek.Web.BbCodeFormatter/IHtmlFormatter.cs

namespace Cyotek.Web.BbCodeFormatter
{
  internal interface IHtmlFormatter
  {
    string Format(string data);
  }
}

Files