GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace
/
GoXmlReader Class
/ ReadTextBody Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
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
Reference
GoXmlReader Class
GoXmlReader Members