Click or drag to resize
XmlHelperGetNodeValue Method (XmlNode, String, Decimal)
Gets an XML node's value and stores it to a decimal variable.

Namespace: com.softwarekey.Client.Utils
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public static void GetNodeValue(
	XmlNode xml,
	string xpath,
	ref decimal value
)

Parameters

xml
Type: System.XmlXmlNode
The root XML node.
xpath
Type: SystemString
The XPath of the node to parse.
value
Type: SystemDecimal
The decimal value parsed from the XML node. This will be set to 0 if parsing fails.
See Also