Search
XMLWriter Methods
 


 Public Methods

  Name Description

Write

Encodes the Document as formatted XML text and saves the XML code into the file whose name is passed as argument. If the file already exists, it will be overwritten.

WriteToString

Encodes the Document as formatted XML text and returns the XML code.

 See Also