Advertisement

12.26.2006 at 12:47PM PST, ID: 22103576
[x]
Attachment Details

Split string to an Arraylist in C#

Asked by dtwoway in .NET

Tags: split, arraylist, string

Hi experts,
I have  string ="11/111/112/113/114/115/"
I need convert it into ArrayList() by using C#
ArrayList displayList = new ArrayList();
displayList[0] = 11;
displayList[1] = 111;
displayList[2] = 112;
displayList[3] = 113;
displayList[4] = 114;
displayList[5] = 115;

Thanks.Start Free Trial
[+][-]12.26.2006 at 12:49PM PST, ID: 18199648

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.26.2006 at 02:10PM PST, ID: 18200001

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.26.2006 at 02:20PM PST, ID: 18200063

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: .NET
Tags: split, arraylist, string
Sign Up Now!
Solution Provided By: FernandoSoto
Participating Experts: 2
Solution Grade: A
 
 
[+][-]12.26.2006 at 02:55PM PST, ID: 18200194

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.26.2006 at 03:29PM PST, ID: 18200275

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.26.2006 at 03:36PM PST, ID: 18200304

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.27.2006 at 06:46AM PST, ID: 18202376

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32