C# string replace

Try this:

line.Replace("\",\"", ";")

Leave a Comment