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


IXMLTypeMapper.FromBinary Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IXMLTypeMapper.FromBinary Method

Converts a byte array to an XML byte array.

[Visual Basic .NET]
Public Function FromBinary ( _
    ByRef Value As Byte[]& _
) As String
[C#]
public string FromBinary (
    ref Byte[]& Value
);
[C++]
HRESULT FromBinary(
  SAFEARRAY(System.Byte)* Value
);
[C++]

Parameters Value [in]
Value is a parameter of type SAFEARRAY(unsigned char)*

Product Availability

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

See Also

IXMLTypeMapper Interface