In SQL server I have one column with "text" datatype when we run the query I'm getting some character like box when i copy that data to clipboard that box character turns to new line.My issues is I'm binding that column to C1richtextbox so its showing in single line.
You can see the box below:

How can i get that value in next line same as whatever in database when we copied to clipboard?