C
chris
I am using the System.Text.StringBuilder to build a string. I want to append line terminators to this string. In C# I would use "\n". What is the equivalent in VB.NET?
Also, is there a line terminator property somewhere in the .NET FCL for building strings?
I have been surprised how hard it is to find an answer to this question. My background is not VB so may be it is assumed knowledge.
Also, is there a line terminator property somewhere in the .NET FCL for building strings?
I have been surprised how hard it is to find an answer to this question. My background is not VB so may be it is assumed knowledge.