Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.WriteCData(string) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : WriteCData Method



text

The text to place inside the CDATA block.

Writes out a block containing the specified text.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Sub WriteCData( _
   ByVal text As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim text As String
 
instance.WriteCData(text)
C# 
public override void WriteCData( 
   string text
)
C++/CLI 
public:
void WriteCData( 
   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.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Base Implementation in System.Xml.XmlWriter