Click here to Skip to main content
15,900,511 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please explain me following matter.

I want to add CheckedListBox items to an array.
I am trying to add them to ArrayList and then get them to array. Is this approach fine? Is there any other way to do it?

Please help.
Posted
Updated 14-Aug-10 10:39am
v2

1 solution

Why do you need an array? ArrayList is a collection just like an array. It also has a method, ToArray() that returns the collection as an array.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900