EasyXmlTextWriterWriteEof Method

Writes the ending Xml end of file. This method should be called to terminate writting the Xml.

Definition

Namespace: DevCase.Core.DataProcessing.Xml
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void WriteEof(
	bool closeXmlWriter = false
)

Parameters

closeXmlWriter  Boolean  (Optional)
if set to , closes the XmlTextWriter instance.

See Also