ArcObjects Library Reference (System)  

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(
  bytes* bytes
);
[C++]

Parameters

bytes [out, retval]   bytes is a parameter of type

Product Availability

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

See Also

IXMLStream Interface