0
Answer

convert vb to c#

24sharon

24sharon

19y
1.8k
1
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!