Ask a questionAsk a question
 

AnswerWhat is the new line character

  • Thursday, November 05, 2009 10:30 PMMinguiSun Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I write code like this:

    System.Console.WriteLine("Somthing\n");

    But sometime this go piped to file and output look funny in file. Is there constant in .NET for the new line character? I think that is problem because not using the correct new line char.

Answers

All Replies