Click or drag to resize
XmlUtilencodeAsCData Method
Output a text value as a CDATA section

Namespace: DXMLBase.Xml
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void encodeAsCData(
	TextWriter stream,
	string value
)

Parameters

stream
Type: System.IOTextWriter
The writer to which to serialize the CDATA section
value
Type: SystemString
The text value to output
See Also