24sharon

24sharon

  • NA
  • 4
  • 0

convert vb to c#

Jan 11 2006 6:10 PM
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!