XmlHelperGetNodeValue Method |
Name | Description | |
---|---|---|
![]() ![]() | GetNodeValue(XmlNode, String, Boolean) | Gets an XML node's value and stores it to a Boolean variable. |
![]() ![]() | GetNodeValue(XmlNode, String, DateTime) | Gets an XML node's value and stores it to an DateTime variable. |
![]() ![]() | GetNodeValue(XmlNode, String, Decimal) | Gets an XML node's value and stores it to a decimal variable. |
![]() ![]() | GetNodeValue(XmlNode, String, Int32) | Gets an XML node's value and stores it to an Int32 variable. |
![]() ![]() | GetNodeValue(XmlNode, String, String) | Gets an XML node's value and stores it to a string variable. |
![]() ![]() | GetNodeValue(XmlNode, String, String, Boolean) | Gets an XML node's value and stores it to a string variable. |