Click or drag to resize

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.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void WriteRaw(
	string rawXmlString
)

Parameters

rawXmlString  String
The raw XML string.
See Also