XmlWriterAppendCData Method |
Appends XML encoded data.
Namespace:
Apptus.Util.Xml
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public XmlWriter AppendCData(
string cdata
)
Parameters
- cdata
- Type: SystemString
The data that should be encoded and appended.
Return Value
Type:
XmlWriterSee Also