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
Your issue is the @ symbol. It is not necessary in this case.
You want
comments.Replace("\r\n", "");