DataDirect XML Converters 5.0 Send comments on this topic.
CreateConvertFromXml Method
See Also 
DDTek.XmlConverter Namespace > ConverterFactory Class : CreateConvertFromXml Method




conversion
Specifies the type of conversion to be performed. The conversion is specified as an converter: Uri such as:
  • converter:CSV:sep=,:first=yes
  • converter:EDI:newline=crlf:val=yes:decode=yes:field=yes:len=no:seg=yes:tbl=yes:typ=yes:opt=no
Note: the "converter:" prefix is optional.
Create a new instance of Converter which can perform XML to non-XML conversions.

Syntax

Visual Basic (Declaration) 
Public Function CreateConvertFromXml( _
   ByVal conversion As String _
) As ConvertFromXml
Visual Basic (Usage)Copy Code
Dim instance As ConverterFactory
Dim conversion As String
Dim value As ConvertFromXml
 
value = instance.CreateConvertFromXml(conversion)
C# 
public ConvertFromXml CreateConvertFromXml( 
   string conversion
)
Managed Extensions for C++ 
public: ConvertFromXml* CreateConvertFromXml( 
   string* conversion
) 
C++/CLI 
public:
ConvertFromXml^ CreateConvertFromXml( 
   String^ conversion
) 

Parameters

conversion
Specifies the type of conversion to be performed. The conversion is specified as an converter: Uri such as:
  • converter:CSV:sep=,:first=yes
  • converter:EDI:newline=crlf:val=yes:decode=yes:field=yes:len=no:seg=yes:tbl=yes:typ=yes:opt=no
Note: the "converter:" prefix is optional.

Return Value

A new instance of 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.