0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
~379 People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
Hi The problem is about your sb. You must fill the sb with a string value. In your code if you look your sb, it is lenth zero and it is empty. You can use like that. [CODE]using (StreamReader sr = new StreamReader("file.txt")) { StringWriter wr = new StringWriter(); string …
The End.
djloser