How to give Line Break in Windows Application in C#?

 Posted by vishalneeraj-24503 on 5/7/2014 | Category: Windows Forms Interview questions | Views: 3742 | Points: 40
Answer:

We use \r\n for giving Line Breaks in C# Windows Application.

For Example:-
string str = "This is \r\n a Dot Net Funda Website";


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response