Register  |  Login




Advertisement

Start Your Own Q&A Site

Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.

Question

Status: Closed Points: 75 Time: 07:07 - Jan 16, 2007  

dustPuppy

create a linebreak in a file in asp.net?

I'm creating a file in asp.net (C#) with the streamwriter and it has to be according to a certain format that the receiver knows and can handle, so I need to be sure that I create the linebreaks the "right" way. Is there anything I should be aware of in that sense or can a "\n" do it?

Categories

Answer Discussion
Tutorials

 

rcastagna

Date:: Jan 17, 2007

Time:: 08:50

dustPuppy...

Depending on how you're creating the info that's going into the stream, there are a number of ways you can do it, including the one you've described in your question.

While it's certainly not the only option, I've grown fond of using a StringBuilder in a situation where I'm appending a bunch of stuff to write to a stream. To ensure linebreaks, I use the following code:

StringBuilder sb = new StringBuilder();
sb.Append("blah, blah, blah");
sb.Append(Environment.NewLine);
sb.Append("more blah, blah, blah");

That puts a correct "newline" into the string that gets written into the stream.

I hope this helps,
Ric

dustPuppy

Date:: Feb 10, 2007

Time:: 05:59

thanks Ric, you here are the points...

Question Answered

This question has been closed, and points have been rewarded to the following experts:


rcastagna: 75

You're welcome however to comment or give additional information or if you wish, you have the ability to write a Tutorial in the Tutorial Area.

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

No tutorials have been submitted yet. Want to be the first?

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

Ask a Question

Have a new question? Ask!

You have 100 characters to use



Top Experts

View More

Rank

Expert

Points

1.

nidhi

10354

2.

oracleofDelphi

6493

3.

rcastagna

5596

4.

LAGM

4848

5.

PeterNZ

3487

6.

gonzalo

2840

7.

Mason

2770

8.

jgivoni

2303

9.

xarcus

1820

10.

Anpanman

917

Become an Expert

Register today to share your knowledge with the community and be recognized and rewarded for your contributions.


Register Here




"Psst, Quomon is a great site. Pass it on."     Tell a Friend  |   Link To Us  |   Save to Delicious  |   Digg! Digg it



Language Options

English:

www.quomon.com

Español:

www.quomon.es