EDN Admin
Well-known member
node.Item("SendingTime") will get error if not exist in xml file
if not knowing the structure or path in xml file of specific node
how to check whether exist
<pre class="prettyprint node = new System.Xml.XmlNode
node.Item("SendingTime")[/code]
<br/>
View the full article
if not knowing the structure or path in xml file of specific node
how to check whether exist
<pre class="prettyprint node = new System.Xml.XmlNode
node.Item("SendingTime")[/code]
<br/>
View the full article