Answers for "How to keep line breaks in SQL Server using ASP.NET and C#?"

C#
0

How to keep line breaks in SQL Server using ASP.NET and C#?

var outputHtml = textFromDb.Replace( "rn", "<br />" ).Replace( "n", "<br />" );
Posted by: Guest on November-30-2021

Code answers related to "How to keep line breaks in SQL Server using ASP.NET and C#?"

C# Answers by Framework

Browse Popular Code Answers by Language