'Declaration
Public MustOverride Function Importer( _ ByVal Format As System.String _ ) As IImporter
'Usage
Dim instance As CodecFactory Dim Format As System.String Dim value As IImporter value = instance.Importer(Format)
public: abstract IImporter* Importer( System.string* Format )
public: abstract IImporter^ Importer( System.String^ Format )
Parameters
- Format
- The format of the data being decompressed/imported
Return Value
The new Importer object