In your code, you have a string variable that contains XML.
Which method can you use to convert this into an XDocument class so you can run LINQ to XML queries?

 Posted by Rajkatie on 8/15/2012 | Category: ADO.NET Interview questions | Views: 3445 | Points: 40
Select from following answers:
  1. WriteTo
  2. Parse
  3. Constructor
  4. Load
  5. All Above

Show Correct Answer


Source: MeasureUp.com | | Alert Moderator 

Comments or Responses

Posted by: Srilu.Nayini577 on: 8/16/2012 | Points: 10
parse

Login to post response