System::Xml::XmlDocument::CreateCDataSection method

XmlDocument::CreateCDataSection method

Creates an XmlCDataSection containing the specified data.

virtual SharedPtr<XmlCDataSection> System::Xml::XmlDocument::CreateCDataSection(const String &data)
ParameterTypeDescription
dataconst String&The content of the new XmlCDataSection.

ReturnValue

The new XmlCDataSection.

See Also