Vanou’s Blog

Enough with “\n”

Posted on: September 4, 2009

for those who are coding in C#, in your strings manipulations use 

Environment.NewLine instead of “\n”, it works better and it’s easier to maintain.

Tags: ,

Leave a comment