Insert LineFeed instead of CRLF

Viewed 58384

Using StringBuilder and in my string I am using Environment.NewLine, when I open it it shows as CRLF, Is there another commands in C# that the output shows as "LF" only and not "CRLF"?

3 Answers
Related