Leveraging synergy in this championship year
Michael Davies
Local
News
Software
Utility
Powered by PyBlosxom
Copyright © 2003, 2004, 2005, 2006, 2007, 2008 Michael Davies, |
Converting ArrayList to string[]For the third time today someone has asked how to convert an ArrayList into a string[].
ArrayList myArrayList = new ArrayList();
...
string[] myStringArray = (string[])myArrayList.ToArray(typeof(string));
That's how. |
|
This web page is optimised
for standards. |