[]
Searches for an ExportProvider by its format key. The format key is an arbitrary string that uniquely identifies the export format. For each format, it is returned by the FormatKey property.
public ExportProvider FindExportProviderByFormatKey(string formatKey)
Public Function FindExportProviderByFormatKey(formatKey As String) As ExportProvider
| Type | Name | Description |
|---|---|---|
| string | formatKey | The format key string. |
| Type | Description |
|---|---|
| ExportProvider | The ExportProvider, or null if none has been found. |