Click or drag to resize

XMLUtilsGetXmlBool Method

Retrieves a result bool from an XPATH query. false if not found.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static bool GetXmlBool(
	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: Boolean

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

See Also