I am getting a string from database field named \'Description\' and it has line breaks. It looks like this:
Header of Items
Description goes here.This the
use that code for replace new line
myString = myString.Replace(System.Environment.NewLine, "replacement text");