Possible Duplicate:
How do you convert Html to plain text?
I want to show some Rss feeds in my application. But I do not want to show whole description. I just want to show first couple of sentence of rss description.
Since lots of Rss feeds are coming as html, I want to convert to plain text and get sub string out of it.
Is there any way to html -> plain text in C#?
Thanks.