473,386 Members | 1,720 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Basic question . . .

How do I add a linefeed (ASCII character 10) to a string?

For example in Delphi I would do

TheString := PreString+ Chr(10) + PostString;

Where Chr(10) whacks in the ascii character for line feed / carriage return
and prestring and poststring are other strings.

How do I do this in C#?

Thanks!

Lauchlan M
Nov 15 '05 #1
2 2522
It depends...

If you simply want to throw a carriage-return linefeed into a string for
display, simply use the \n code. For example:

string strTest = "This is the First Line.\nThis is the Second Line."

If you're writing to a file, you may find the NewLine property of the
TextWriter convenient.

- Carl

"Lauchlan M" <LM********@Hotmail.com> wrote in message
news:eY**************@TK2MSFTNGP11.phx.gbl...
How do I add a linefeed (ASCII character 10) to a string?

For example in Delphi I would do

TheString := PreString+ Chr(10) + PostString;

Where Chr(10) whacks in the ascii character for line feed / carriage return and prestring and poststring are other strings.

How do I do this in C#?

Thanks!

Lauchlan M

Nov 15 '05 #2
Also, if you would like to write platform independent code, use
Environment.NewLine instead.

--
Greg Ewing [MVP]
http://www.citidc.com

"Carl Fenley" <cfenley1-X-@-X-san.rr.com> wrote in message
news:uV**************@TK2MSFTNGP09.phx.gbl...
It depends...

If you simply want to throw a carriage-return linefeed into a string for
display, simply use the \n code. For example:

string strTest = "This is the First Line.\nThis is the Second Line."

If you're writing to a file, you may find the NewLine property of the
TextWriter convenient.

- Carl

"Lauchlan M" <LM********@Hotmail.com> wrote in message
news:eY**************@TK2MSFTNGP11.phx.gbl...
How do I add a linefeed (ASCII character 10) to a string?

For example in Delphi I would do

TheString := PreString+ Chr(10) + PostString;

Where Chr(10) whacks in the ascii character for line feed / carriage

return
and prestring and poststring are other strings.

How do I do this in C#?

Thanks!

Lauchlan M


Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Michael Foord | last post by:
#!/usr/bin/python -u # 15-09-04 # v1.0.0 # auth_example.py # A simple script manually demonstrating basic authentication. # Copyright Michael Foord # Free to use, modify and relicense. #...
9
by: Malcolm | last post by:
After some days' hard work I am now the proud possessor of an ANSI C BASIC interpreter. The question is, how is it most useful? At the moment I have a function int basic(const char *script,...
56
by: Dave Vandervies | last post by:
I just fixed a bug that some of the correctness pedants around here may find useful as ammunition. The problem was that some code would, very occasionally, die with a segmentation violation...
14
by: luis | last post by:
Are basic types (int, long, ...) objetcs or not? I read that in C# all are objects including basic types, derived from Object class. Then in msdn documentation says that boxing converts basic...
3
by: sefe dery | last post by:
hi ng, i try to create a asp.net 1.0 website on windows server 2003(Servername: ServerX) with iis 6.0. PROBLEM: The user should login with his windows credentials in basic.aspx and...
13
by: usenet | last post by:
How and where can one find out about the basics of VB/Access2003 syntax? I am a died in the wool C/C++/Java Linux/Unix programmer and I am finding it difficult to understand the program format...
10
by: trippeer | last post by:
I have the source code to an old BASIC program that a friend of mine would like to run online. I am a beginner at JS, but I think that it would be a good choice for the project. My background is in...
97
by: Master Programmer | last post by:
An friend insider told me that VB is to be killled off within 18 months. I guess this makes sence now that C# is here. I believe it and am actualy surprised they ever even included it in VS 2003 in...
111
by: Enteng | last post by:
Hi I'm thinking about learning C as my first programming language. Would you recommend it? Also how do you suggest that I learn it?What books/tutorials should I read for someone like me? Thanks...
6
by: Simon Walsh | last post by:
I'm an Electronics student in college and I'm currently working on a project. I was given a circuit diagram for my project, from which I had to design a printed circuit board to be sent off and...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.