GoDiagram Web Reference
WriteTextBody Method (GoXmlWriter)

the text to be written
Write out a string as the body of an element.
Syntax
'Declaration
 
Public Overridable Sub WriteTextBody( _
   ByVal s As String _
) 
public virtual void WriteTextBody( 
   string s
)

Parameters

s
the text to be written
Remarks
This method will write to the XmlWriter if it is available or else it will create an XML text node in the WriterElement. If s is null, nothing is written and no XmlText node is created.
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

GoXmlWriter Class
GoXmlWriter Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback