I am storing a xml in a string and using Xdocument i am parsing the string to xml from that i need to get xml element values and using that values i need to insert it in db. Any
Use this:
string value = xd.Root.Element("SellerSKU").Value;