Mid LINQ Generate custom formatted strings? Generate custom formatted strings var display = employees.Select(e => $"{e.Name} earns ₹{e.Salary}");