DataDirect XML Converters 5.0 Send comments on this topic.
Converter Interface
See Also  Members  
DDTek.XmlConverter Namespace : Converter Interface




Instances of this class perform conversion from XML to non-XML, and vice versa.

Syntax

Visual Basic (Declaration) 
Public Interface Converter 
Visual Basic (Usage)Copy Code
Dim instance As Converter
C# 
public interface Converter 
Managed Extensions for C++ 
public __gc __interface Converter 
C++/CLI 
public interface class Converter 

Remarks

Instances are created using various methods in the class ConverterFactory.

The actual conversion is then started with the method Convert or Convert. The Converter object is fully thread-safe and reusable. An application can use the same Converter object to do multiple conversions simultaneously in the same or different threads.

Certain policies can be set by the application in the Configuration object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.