Of course, since vb.net only runs on Windows I think it's just going to return the equivalent of VbCrLf, but at least this way you're doing it 'right' and should you need to port to C# or some other ...
Can someone please tell me how I specify a newline character in C#?<BR><BR>In VB, I could say something like "this text" & VbCrLf in order to get a linefeed after the string. How can I do the same in ...