Search code examples
c#console-applicationstringbuilder

How to remove "enters" from the text file in C#?


How can I remove all "enter" symbols from the text file in C#? Let me say I have text file with this text:

Hello

World!

I want to have "HelloWorld!"


Solution

  • If you mean that you want to minify your code, I can recommend this tool. I've used it multiple times in the past and it worked flawlessly.

    If you want something simpler or maybe you just want to minify one file, you can use some tools on the web like this.