How to assign Multi Line String ?

 Posted by Nadeemshaik on 7/9/2013 | Category: C# Interview questions | Views: 2803 | Points: 40
Answer:

You can use the @ symbol in front of a string

string str = @"Hello,
How are you
man";


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response

More Interview Questions by Nadeemshaik