This document is archived and information here might be outdated.  Recommended version.


IXMLStream.SaveToString Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IXMLStream.SaveToString Method

Saves to a string.

[Visual Basic .NET]
Public Function SaveToString ( _
) As String
[C#]
public string SaveToString (
);
[C++]
HRESULT SaveToString(
  BSTR* XML
);
[C++]

Parameters XML [out, retval] XML is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IXMLStream Interface