InitString.GetNodeInnerText(XmlNode) 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 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.