Extract Data from XML file and store in an array

I used Assign Activity as follows.

Out (System.String) = xDoc.Root.Descendants(xnsDefault + “File”).Select(Function (x) x.Value).ToArray

Out Output is arriving as follows:
System.String

Where do i please need to rectify please