Hi,
I have an XML array stored into a string variable. I juste need to deserialize it to retrieve the array. I tried the System.Xml.Serialization.XmlSerializer object to Deserialize it but that method only takes stream, textReader or XMLReader; no string!
Please help
Thanks
Daniel
I have an XML array stored into a string variable. I juste need to deserialize it to retrieve the array. I tried the System.Xml.Serialization.XmlSerializer object to Deserialize it but that method only takes stream, textReader or XMLReader; no string!
Please help
Thanks
Daniel