Removing special character from string
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi to all I am rading text file ...... line by line by using string line = rd.ReadLine(); but line contain special character like \t\r\n I want to remove all the character from that line .. HOw it possible Yogesh
Use the String.Replace() method. -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!