NovelProjects

Saturday, December 20, 2008

Code for newline in C#

I always have trouble remembering things and I'm always looking for shortcuts. The other day I was wanting to replace the newline constant in a string with an html break tag and I found Environment.NewLine for C#.


You should try it.