Kiyoshi's Blog
Kiyoshi Kusachi is a web developer living in Hawaii
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
AJAX
ASP.NET
Community News
WCF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
June 2009 (1)
February 2009 (2)
November 2008 (1)
October 2008 (3)
August 2008 (1)
July 2008 (1)
February 2008 (2)
January 2008 (1)
June 2009 - Posts
0
Comments
Convert Array of Objects to a Generic List
by
Kiyoshi
Working with generic lists is a lot easier and fun than working with arrays. To convert an array to a generic list use the following code. (List of string in example) C# string stringSet = " a,b,c,d "; string [] stringArray = stringSet.Split( new char...
More Posts