ArcObjects Library Reference (System)  

IXMLTypeMapper Interface

Provides access to members that convert to and from XML to native types.

Product Availability

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

Members

Description
Method FromBinary Converts a byte array to an XML byte array.
Method FromBoolean Converts a boolean to an XML boolean.
Method FromByte Converts a byte to an XML byte.
Method FromDate Converts a date to an XML date.
Method FromDouble Converts a double to an XML double.
Method FromFloat Converts a float to an XML float.
Method FromInteger Converts a long to an XML integer.
Method FromShort Converts a short to an XML short.
Method ToBinary Converts an XML byte array to a byte array.
Method ToBoolean Converts an XML boolean to a boolean.
Method ToByte Converts an XML byte to a byte.
Method ToDate Converts an XML date to a date.
Method ToDouble Converts an XML double to a double.
Method ToFloat Converts an XML float to a float.
Method ToInteger Converts an XML integer to a long.
Method ToObject Creates an object based on XML type information.
Method ToShort Converts an XML short to a short.

CoClasses that implement IXMLTypeMapper

CoClasses and Classes Description
XMLTypeMapper A type converter for XML and native types.