SyntaxFix
Write A Post
Hire A Developer
Questions
In VB.NET there's a vbCrLf constant for linebreaks:
Dim s As String = "your string".Replace(vbCrLf, "")