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 | ||
---|---|---|
FromBinary | Converts a byte array to an XML byte array. | |
FromBoolean | Converts a boolean to an XML boolean. | |
FromByte | Converts a byte to an XML byte. | |
FromDate | Converts a date to an XML date. | |
FromDouble | Converts a double to an XML double. | |
FromFloat | Converts a float to an XML float. | |
FromInteger | Converts a long to an XML integer. | |
FromShort | Converts a short to an XML short. | |
ToBinary | Converts an XML byte array to a byte array. | |
ToBoolean | Converts an XML boolean to a boolean. | |
ToByte | Converts an XML byte to a byte. | |
ToDate | Converts an XML date to a date. | |
ToDouble | Converts an XML double to a double. | |
ToFloat | Converts an XML float to a float. | |
ToInteger | Converts an XML integer to a long. | |
ToObject | Creates an object based on XML type information. | |
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. |