Share via


GeneralFunctions.GetXmlNodeText(String, String) Method

Definition

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.

Returns

Applies to