GoDiagram Web Reference
WriteTextBody Method (GoXmlTransformer)

the text to be written
Write out a string as the body of an element.
Syntax
'Declaration
 
Public Sub WriteTextBody( _
   ByVal s As String _
) 
public 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.
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

GoXmlTransformer Class
GoXmlTransformer Members
WriteTextBody Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback