473,395 Members | 1,941 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,395 software developers and data experts.

converting an array to a string

Hi,

How do I convert an array to a string ?
What I did was convert a string to an array, after some manipulation, I want
to pass the value back to a string.

char[] setchecked;
setchecked = strchecked.ToCharArray();
/////
I want to convert array setchecked[] back to a string n pass the value to
string strchecked.
or should i just:

strchecked = "";
foreach (char c in setchecked)
{ strchecked += c; }
TIA.
Andrew.
Nov 19 '05 #1
3 1385
Ben
Andrew,

In .Net strings are immutable, meaning they can't be changed. This means
that each iteration in your loop allocates new memory :( If you were to
take an approach like that I'd suggest you look into
System.Text.StringBuilder. That being said, check out the System.String
constructors, specifically System.String(Char[]).

So to answer your question try
strChecked = new String(setChecked);

String
http://msdn.microsoft.com/library/de...classtopic.asp

StringBuilder
http://msdn.microsoft.com/library/de...classtopic.asp

HTH,
Ben

"Andrew" <An****@discussions.microsoft.com> wrote in message
news:AF**********************************@microsof t.com...
Hi,

How do I convert an array to a string ?
What I did was convert a string to an array, after some manipulation, I
want
to pass the value back to a string.

char[] setchecked;
setchecked = strchecked.ToCharArray();
/////
I want to convert array setchecked[] back to a string n pass the value to
string strchecked.
or should i just:

strchecked = "";
foreach (char c in setchecked)
{ strchecked += c; }
TIA.
Andrew.

Nov 19 '05 #2
in VB.Net you can just cast an array of characters to a string

dim strChecked as string = cstr(setChecked);

In C#, you use the .Net method (though you could do that in VB.Net also),
which is rather plainly:

string strChecked = new string(setchecked);

doh! ;)

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Andrew" <An****@discussions.microsoft.com> wrote in message
news:AF**********************************@microsof t.com...
Hi,

How do I convert an array to a string ?
What I did was convert a string to an array, after some manipulation, I
want
to pass the value back to a string.

char[] setchecked;
setchecked = strchecked.ToCharArray();
/////
I want to convert array setchecked[] back to a string n pass the value to
string strchecked.
or should i just:

strchecked = "";
foreach (char c in setchecked)
{ strchecked += c; }
TIA.
Andrew.

Nov 19 '05 #3
string myString = string.Concat(setchecked);

or if you wanted a separator between each char instance use

string.Join and pass it your separator and array to join

--
-Demetri
"Andrew" wrote:
Hi,

How do I convert an array to a string ?
What I did was convert a string to an array, after some manipulation, I want
to pass the value back to a string.

char[] setchecked;
setchecked = strchecked.ToCharArray();
/////
I want to convert array setchecked[] back to a string n pass the value to
string strchecked.
or should i just:

strchecked = "";
foreach (char c in setchecked)
{ strchecked += c; }
TIA.
Andrew.

Nov 19 '05 #4

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

Similar topics

5
by: matt melton | last post by:
Hi there, I am trying to write a method that accepts an array of any primitive type and will return the same array without copying memory as an array of bytes. ie. I'd like to be able to do...
4
by: x | last post by:
converting 1944 to '1','9','4','4' how can I convert a number such as 1944 to a character array? thanks!
2
by: Asbjørn Ulsberg | last post by:
Hi. I'm trying to convert Brady Hegberg's great RTF2HTML VB 6.0 module to C#. I've managed to convert the VB code to VB.NET, which gave me the following code: Option Strict On Option...
4
by: Prabhu | last post by:
Hi, We are having problem in converting a byte array to string, The byte array has char(174), char(175), char(240), char(242) and char(247) as delimiters for the message. when we use...
8
by: iyuen | last post by:
I'm having problems with converting a byte array to an image object~ My byte array is an picture in VB6 StdPicture format. I've used propertybag to convert the picture into base64Array format in...
4
by: sal | last post by:
Greets, All Converting array formula to work with datatables/dataset tia sal I finally completed a formula I was working on, see working code below. I would like to change this code so it...
8
by: moondaddy | last post by:
I need to convert a byte array to a string and pass it as a parameter in a URL and then convert it back to the original byte array. However, its getting scrambled in the conversion. In short,...
2
by: XML newbie: Urgent pls help! | last post by:
Does anyone have a snippet of code that will convert a string to a long array? I've nearly smashed my head against the wall trying to figure this out. I'm Using vb.net 2005 Pls reply asap. I...
4
by: gg9h0st | last post by:
i'm a newbie studying php. i was into array part on tutorial and it says i'll get an array having keys that from member variable's name by converting an object to array. i guessed "i can...
2
by: Brian Parker | last post by:
I am beginning to work with VB2005.NET and I'm getting some problems with string formatting converting an application from VB6. VB6 code:- sTradeDate = Format(pArray(4,i Record), "mmddyy") ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.