Emre AlagOz
1
Q:

populate array from an XML file

string[] MyArray = XDocument.Parse(xml).XPathSelectElements("//a").Select(e => e.Attributes("href").FirstOrDefault().Value).ToArray()`
0

New to Communities?

Join the community