#array
Read more stories on Hashnode
Articles with this tag
List<string> to string[] List<EntityName> device = dc.EntityName.Where(p => p.Id == userid).ToList(); string[] the_array = device.Select(i =>...