 | 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
Syntaxpublic static string GetXmlString(
XmlNode node,
string XPath,
XmlNamespaceManager ns
)
Public Shared Function GetXmlString (
node As XmlNode,
XPath As String,
ns As XmlNamespaceManager
) As String
public:
static String^ GetXmlString(
XmlNode^ node,
String^ XPath,
XmlNamespaceManager^ ns
)
static member GetXmlString :
node : XmlNode *
XPath : string *
ns : XmlNamespaceManager -> string
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