Share via


InitString.GetNodeInnerText(XmlNode) Method

Definition

Retrieves the inner text of the specified node.

protected:
 static System::String ^ GetNodeInnerText(System::Xml::XmlNode ^ node);
protected static string GetNodeInnerText (System.Xml.XmlNode node);
static member GetNodeInnerText : System.Xml.XmlNode -> string
Protected Shared Function GetNodeInnerText (node As XmlNode) As String

Parameters

node
XmlNode

Specifies the node.

Returns

Applies to