R
Rafael Veronezi
How can I concatenate e CrLf in C#?
Like in VB.Net we have the VbCrLf constant...
I Know that there's the "\n" that calls a new line, but I don't know if it
works, since the string I am building with the CrLf will be written to a
file...
Like in VB.Net we have the VbCrLf constant...
I Know that there's the "\n" that calls a new line, but I don't know if it
works, since the string I am building with the CrLf will be written to a
file...