Compartir a través de


Initialization.GetValueString(String) Method

Definition

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

Applies to