string myString1 = "This is the first line of my string.\n" +
"This is the second line of my string.\n" +
"This is the third line of the string.\n";
یا :
string myString2 = @"This is the first line of my string.
This is the second line of my string.
This is the third line of the string.";