/*
Convert ArrayList to string[]
-
Given an ArrayList of strings, here's how to convert it to a string array:
*/
string[] srtArray = arrList.ToArray(Type.GetType("System.String")) as string[];
String In Csharp
Saturday, May 30, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment