Click or drag to resize

XMLUtilsGetXmlString Method

Retrieves a result string from an XPATH query. Null if not found.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string GetXmlString(
	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: String

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

See Also