Retrieves a result string from an XPATH query. Null if not found.
public static string GetXmlString(XmlNode node, string xPath, XmlNamespaceManager ns)
Return Value
node text
Parameters
node
The base node to search from
xPath
XPath to drill into to find the target node. if not provided or null, returns current node
ns
namespace to search in (optional)
See also:
Class XmlUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic