Mid LINQ

Generate custom formatted strings?

Generate custom formatted strings

var display = employees.Select(e => $"{e.Name} earns ₹{e.Salary}");

More from LINQ Tutorial

All questions for this course