C#C
C#14mo ago
workani

Converting a string to a list of objects using only LINQ.

I want to convert my string with a shopping list in it to a list of ShoppingList objects (it contains a bool IsBought and a string Content) using only LINQ. How could I do that?
Was this page helpful?