//You might have seed @ before strings like this string str = @""; //It stops the string from escaping the character str = " "; //str is NewLine character str = @" "; //str is