GeneralFunctions.GetXmlNodeText(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the node value of given xpath by loading the given XML.
public:
static System::String ^ GetXmlNodeText(System::String ^ xml, System::String ^ xpath);
public static string GetXmlNodeText (string xml, string xpath);
static member GetXmlNodeText : string * string -> string
Public Shared Function GetXmlNodeText (xml As String, xpath As String) As String
Parameters
- xml
- String
Specifies the xml string.
- xpath
- String
Specifies the XPath to query.