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”?
Using StringBuilder and in my string I am using Environment.NewLine, when I open it
Share
Simply write
or more readable
even more readable