entity conversion in c#
C#
4
Posts
2
Posters
0
Views
1
Watching
-
hi !! In xml file, there are some entities. they are shown like: — &softReturn; &hTab; & i want to replace above entities in my html page their original form like: - for — & for & and so on. i used code in c#. please help me with code. thanx
-
You can use System.Web.HttpUtility class for the same. Find full article link below. Full HTML Character Encoding in C#[^] HTH
Jinal Desai - LIVE Experience is mother of sage....