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
If this site or its services have saved you time, please consider a donation to help with running costs and timely updates.
Contents of cyotek.web.bbcodeformatter.zip/Cyotek.Web.BbCodeFormatter/IHtmlFormatter.cs
namespace Cyotek.Web.BbCodeFormatter
{
internal interface IHtmlFormatter
{
string Format(string data);
}
}
