CreateCDataSection()

XmlDocument::CreateCDataSection(const String&) method

Creates an XmlCDataSection containing the specified data.

virtual SharedPtr<XmlCDataSection> System::Xml::XmlDocument::CreateCDataSection(const String &data)

Arguments

ParameterTypeDescription
dataconst String&The content of the new XmlCDataSection.

Return Value

The new XmlCDataSection.

See Also