Search
Get Started
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
?
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,110
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
✅ Converting string to DateTimeOffset
C
C# / help
2y ago
✅ List of inherited objects
C
C# / help
3y ago
LINQ List A (list of strings) "partial" has any member of list B (list of strings)
C
C# / help
3y ago