log4net SDK Reference

Transform.WriteEscapedXmlString Method 

[This is preliminary documentation and subject to change.]

Write a string to an XmlWriter

[Visual Basic]
Public Shared Sub WriteEscapedXmlString( _
   ByVal writer As XmlWriter, _
   ByVal stringData As String _
)
[C#]
public static void WriteEscapedXmlString(
   XmlWriter writer,
   string stringData
);

Parameters

writer
the writer to write to
stringData
the string to write

Remarks

The test is escaped either using XML escape entities or using CDATA sections.

See Also

Transform Class | log4net.Util Namespace