Test whether a conversion would succeed and create an XML document which
contains the results of the test.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Converter
Dim source As Source
Dim result As Result
Dim value As Conversion
value = instance.Analyze(source, result)
|
Parameters
- source
- See the source parameter of the Convert method.
- result
- See the result parameter of the Convert method.
The following result classes are supported:
Remarks
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