Possible Duplicate:
Convert Rtf to HTML
I'm trying to export text from a C# app to a Flash movie hoping to get the same formatted text. Flash can handle html tags, so my question is: Is it possible to convert formatted text from a RichTextBox into HTML using C#?
Thanks