ArcObjects Library Reference (System)  

IXMLTypeMapper.ToBinary Method

Converts an XML byte array to a byte array.

[Visual Basic .NET]
Public Function ToBinary ( _
    ByVal Text As String _
) As Byte[]
[C#]
public Byte[] ToBinary (
    string Text
);
[C++]
HRESULT ToBinary(
  BSTR Text,
  Value* Value
);
[C++]

Parameters

Text [in]   Text is a parameter of type BSTR Value [out, retval]   Value is a parameter of type

Product Availability

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

See Also

IXMLTypeMapper Interface