Monday, May 12, 2014

C# settings - Specialized string collection to list


List<string> Servicelist = Properties.Settings.Default.ServiceList.Cast<string>().ToList();

http://stackoverflow.com/questions/844412/convert-stringcollection-to-liststring

No comments:

Post a Comment