WriteCData Method
Writes an XML CDATA block.
Syntax
[VB.NET] Public Sub WriteCData(ByVal Text As String)
[C#] public void WriteCData(string text);
Remarks
Writes a new XML CDATA block with the specified text inside the current element.
NOTE: This method has a corresponding asynchronous version (WriteCDataAsync) for use in the WinRT environment.