'Declaration Public Function FindExportProviderByFormatKey( _ ByVal formatKey As String _ ) As ExportProvider
public ExportProvider FindExportProviderByFormatKey( string formatKey )
Parameters
- formatKey
- The format key string.
Return Value
The ExportProvider, or null if none has been found.