GoDiagram Web Reference
ReadTextBody Method (GoXmlReader)

Return the body of the current text element as a string, ignoring any nested elements.
Syntax
'Declaration
 
Public Overridable Function ReadTextBody() As String
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoXmlReader Class
GoXmlReader Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback