Click or drag to resize

XMLUtilsGetXmlInt Method

Retrieves a result int value from an XPATH query. 0 if not found.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static int GetXmlInt(
	XmlNode node,
	string XPath,
	XmlNamespaceManager ns
)

Parameters

node
Type: System.XmlXmlNode
The node.
XPath
Type: SystemString
The x path.
ns
Type: System.XmlXmlNamespaceManager
The ns.

Return Value

Type: Int32

[Missing <returns> documentation for "M:Koden.Utils.XMLUtils.GetXmlInt(System.Xml.XmlNode,System.String,System.Xml.XmlNamespaceManager)"]

See Also