Thursday 8 November 2012

how to convert html text to plan text


 string htmltext= txthtmltext.text;

  string strtext = Regex.Replace(htmltext, @"<(.|\n)*?>", String.Empty);

No comments:

Post a Comment