This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLTypeMapper Interface > IXMLTypeMapper.FromBinary Method (ArcObjects .NET 10.4 SDK) |
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(
Value* Value,
BSTR* Text
);
[C++]
Parameters Value [in] Value is a parameter of type Text [out, retval] Text is a parameter of type BSTR