EasyXmlTextWriterWriteEof Method
Writes the ending Xml end of file.
This method should be called to terminate writting the Xml.
Namespace: DevCase.Core.DataProcessing.XmlAssembly: 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
)
Public Sub WriteEof (
Optional closeXmlWriter As Boolean = false
)
Dim instance As EasyXmlTextWriter
Dim closeXmlWriter As Boolean
instance.WriteEof(closeXmlWriter)
public:
void WriteEof(
bool closeXmlWriter = false
)
member WriteEof :
?closeXmlWriter : bool
(* Defaults:
let _closeXmlWriter = defaultArg closeXmlWriter false
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- closeXmlWriter Boolean (Optional)
-
if set to , closes the XmlTextWriter instance.