IXmlSerializationInfoWriteRaw Method |
Writes a raw Xml string. This can be used for instance if the string to write was lazy loaded from another Xml document.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void WriteRaw(
string rawXmlString
)
Parameters
- rawXmlString String
- The raw XML string.
See Also