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