about outerxml
C#
3
Posts
3
Posters
0
Views
1
Watching
-
what are the uses of outerxml and also how to use....
-
what are the uses of outerxml and also how to use....
-
what are the uses of outerxml and also how to use....
Hamsika rani wrote:
what are the uses of outerxml
Return the XML markup that represents the current node and all its child nodes.
Hamsika rani wrote:
and also how to use
Well, get an
XmlNode
instance and access theOuterXml
property.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook