0
Answer

convert vb to c#

In vb when I took the data from db and I want to replace the breakLine (from memo) to BR I wrote: s = replace(s, vbcrlf, "
") how can I do it in c#? thanks!