Initialization.GetValueString(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.
Returns the InnerText of the XmlNode that matches the XPath expression, returns an empty string otherwise.
public:
System::String ^ GetValueString(System::String ^ xpath);
public string GetValueString (string xpath);
member this.GetValueString : string -> string
Public Function GetValueString (xpath As String) As String
Parameters
- xpath
- String
xpath expression
Returns
Inner Text