GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReader Class / ReadTextBody Method
In This Topic
    ReadTextBody Method (GoXmlReader)
    In This Topic
    Return the body of the current text element as a string, ignoring any nested elements.
    Syntax
    public virtual string ReadTextBody()
    Remarks
    If an XmlReader is available, and is not an empty element, this method concatenates the string values, ignoring nested elements. Otherwise, if there is a ReaderNode, this method just returns the node's InnerText.
    See Also