[Mono-aspnet-list] Problems writing a single new line. ASP.NET Ubuntu 11.04

Stifu stifu at free.fr
Tue Oct 18 16:52:04 EDT 2011


OP said: "I get the same result if i use a environment.newline or a writeline
instead of write."


nathanb wrote:
> 
> Consider using:
> 
> System.Environment.NewLine as your newline string. It will automatically
> change between outputs (like unix, windows, html, etc).
> 
> String.Format("{1}{0}{2}", line1, System.Environment.NewLine, line2);
> 
> I imagine StringBuilder w/ AppendLine would work similarly.
> 
> -Nathan
> 
> On Mon, Oct 10, 2011 at 8:34 AM, cristian <c191288@> wrote:
> 
>> Is their no one who can help me out with this issue?
>>
>> Kind regards.
>>
>> --
>> View this message in context:
>> http://mono.1490590.n4.nabble.com/Problems-writing-a-single-new-line-ASP-NET-Ubuntu-11-04-tp3870006p3890255.html
>> Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
>> _______________________________________________
>> Mono-aspnet-list mailing list
>> Mono-aspnet-list at .ximian
>> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
>>
> 
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at .ximian
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
> 


--
View this message in context: http://mono.1490590.n4.nabble.com/Problems-writing-a-single-new-line-ASP-NET-Ubuntu-11-04-tp3870006p3916802.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list