skip to main
|
skip to sidebar
Using String In Csharp
String In Csharp
Saturday, May 30, 2009
Convert ArrayList to string[]
/*
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[];
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
All Menu
Followers
About Me
Avinash Tiwari
View my complete profile
No comments:
Post a Comment