FastInfoset.NET Class Reference for .NET
WriteCData Method (XmlFastInfosetWriter)






The text to place inside the CDATA block.

Writes out a <![CDATA[...]]> block containing the specified text.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub WriteCData( _
   ByVal text As System.String _
) 
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim text As System.String
 
instance.WriteCData(text)
public override void WriteCData( 
   System.string text
)
public procedure WriteCData( 
    text: System.String
); override; 
public override function WriteCData( 
   text : System.String
);
public: void WriteCData( 
   System.string* text
) override 
public:
void WriteCData( 
   System.String^ text
) override 

Parameters

text

The text to place inside the CDATA block.

Remarks

If the text is a null reference (Nothing in Visual Basic) or String.Empty, this method does not write anything.

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

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Base Implementation in WriteCData

Send Feedback