Writes an XML CDATA block.
[VB.NET] Public Sub WriteCData(ByVal Text As String)
[C#] public void WriteCData(string text);
Writes a new XML CDATA block with the specified text inside the current element.