I
Ivan Demkovitch
Hi!
Completely dumb question...
I'm constructing email text in code and need to add line break.
i.e.:
s = "sdfsd" + LineBreak + "sdfsdf";
In VB I use vbNewLine
How do I make it in C#?
Thanks!
Completely dumb question...
I'm constructing email text in code and need to add line break.
i.e.:
s = "sdfsd" + LineBreak + "sdfsdf";
In VB I use vbNewLine
How do I make it in C#?
Thanks!