.NET Fundamentals
Wednesday, April 29, 2009
Convert HTML To Plain Text By RegularExpressions
// Return Plain Text
private
string
ConvertHtmlToPlainText(
string
htmlText)
{
return
System.Text.RegularExpressions.
Regex
.Replace(htmlText,
"<[^>]*>"
,
string
.Empty);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Subscribe To My Blog
Posts
Atom
Posts
Comments
Atom
Comments
Readers
My Blog List
LEARN WITH US
Ms Sql Server Fundamentals
Categories
.net 2.0 Framework Fundamental
.NET Framework
Asp.Net Error
C#
C# 3.0
Convert To DataTable
DataGridView
Encrypt Querystring
Function
gridview
Interview Questions
JavaScript
LINQ
OOPS
Regex
Blog Archive
►
2016
(2)
►
April
(1)
►
January
(1)
►
2012
(6)
►
October
(1)
►
June
(5)
►
2010
(47)
►
May
(2)
►
April
(5)
►
March
(3)
►
February
(1)
►
January
(36)
▼
2009
(35)
►
December
(1)
►
September
(1)
►
May
(2)
▼
April
(14)
Merge DataGrid Header
Merge Header - Gridview/DataGrid
Convert HTML To Plain Text By RegularExpressions
How to Encrypt Query String Parameters in ASP.NET
Encrypting QueryStrings with .NET
aspnet_wp.exe could not be launched because the us...
Records using a Stored Procedure Paging
Convert Object Array to DataTable
Resizing uploaded image
Using Session State in a Web Service
C Sharp goto statement for breaking the nested loop
Four Pillars of Asp.Net
Import Excel sheet to Data Table
Export Data to Excel Sheet
►
March
(2)
►
January
(15)
Popular Posts
Notify Icon Text vs BalloonTipText
Convert Object Array to DataTable
MAC Address Using WMI on Internet Explorer
Implicitly Typed Arrays
How to Encrypt Query String Parameters in ASP.NET
Ms Sql Server Fundamentals
Loading...
No comments:
Post a Comment