SyntaxFix
Write A Post
Hire A Developer
Questions
This works for all types.
List<object> objects = new List<object>(); List<string> strings = objects.Select(s => (string)s).ToList();