how to convert the XML data to a String

  • Thread starter Thread starter raan
  • Start date Start date
R

raan

hi friends

I want to pass the whole xml data as a string to a function, how to
convert the XML data to a string
 
XmlDocument.OuterXml.. although its probaly a better idea just to pass
the xml objects around.
 
raan schreef:
hi friends

I want to pass the whole xml data as a string to a function, how to
convert the XML data to a string

What is the type of your XML data?

Perhaps this class helps:

System.Xml.XmlConvert

Regards,
Jeroen
 
Back
Top