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


IXMLStream.SaveToBytes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLStream Interface > IXMLStream.SaveToBytes Method
ArcGIS Developer Help

IXMLStream.SaveToBytes Method

Saves to a UTF-8 byte array.

[Visual Basic .NET]
Public Function SaveToBytes ( _
) As Byte[]
[C#]
public Byte[] SaveToBytes (
);
[C++]
HRESULT SaveToBytes(
void
);

Product Availability

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

See Also

IXMLStream Interface