Check out example codes for "c# object list attribute to string". It will help you in understanding the concepts better.
Code Example 1
List<string> firstNames = people.Select(person => person.FirstName).ToList();
Learn ReactJs, React Native from akashmittal.com