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




An extension of the Converter interface which specifies methods used only in conversions from non-XML data to XML.

Syntax

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

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.