Monday, 30 September 2013

What is the most elegant way to load a string array into a List=?iso-8859-1?Q?=3F_=96_stackoverflow.com?=

What is the most elegant way to load a string array into a List? –
stackoverflow.com

Say you have a array of strings containing numerical values: string[]
intArray = {"25", "65" , "0"}; What is the most elegant way to load the
numbers into a List<int> without using a for or …

No comments:

Post a Comment