Click or drag to resize
XmlHelperGetNodeValue Method
Overload List
  NameDescription
Public methodStatic memberGetNodeValue(XmlNode, String, Boolean)
Gets an XML node's value and stores it to a Boolean variable.
Public methodStatic memberGetNodeValue(XmlNode, String, DateTime)
Gets an XML node's value and stores it to an DateTime variable.
Public methodStatic memberGetNodeValue(XmlNode, String, Decimal)
Gets an XML node's value and stores it to a decimal variable.
Public methodStatic memberGetNodeValue(XmlNode, String, Int32)
Gets an XML node's value and stores it to an Int32 variable.
Public methodStatic memberGetNodeValue(XmlNode, String, String)
Gets an XML node's value and stores it to a string variable.
Public methodStatic memberGetNodeValue(XmlNode, String, String, Boolean)
Gets an XML node's value and stores it to a string variable.
Top
See Also