string str = "This is \r\n a Dot Net Funda Website";
string str = "This is \r\n a Dot Net Funda website" + Environment.NewLine + "Hello World";
string str = "This is" & vbCrLf & "a Dot Net Funda Website"