Check out example codes for "c# object list to joined string". It will help you in understanding the concepts better.
Code Example 1
using System.Linq
string.Join(",", people.Select(x => x.surname))
Learn ReactJs, React Native from akashmittal.com