What is the difference between \r\n and vbCrLf?

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

Both is used for giving Line Breaks in Text in Windows Application.But there is a little difference between them.

\r\n is used in C# whereas vbCrLf is used in VB.Net.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response