In This Topic
Create an Importer object
Syntax
'Declaration
Public MustOverride Function Importer( _
ByVal As System.String _
) As IImporter
public abstract IImporter Importer(
System.string
)
Parameters
- Format
- The format of the data being decompressed/imported
Return Value
The new Importer object
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also