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


IXMLStream.LoadFromBytes 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.LoadFromBytes Method
ArcGIS Developer Help

IXMLStream.LoadFromBytes Method

Loads from a UTF-8 byte array.

[Visual Basic .NET]
Public Sub LoadFromBytes ( _
    ByRef bytes As Byte[]& _
)
[C#]
public void LoadFromBytes (
    ref Byte[]& bytes
);
[C++]
HRESULT LoadFromBytes(
  SAFEARRAY(System.Byte)* bytes
);
[C++]
Parameters
bytes [in]

bytes is a parameter of type SAFEARRAY(unsigned char)*

Product Availability

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

See Also

IXMLStream Interface