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