[]
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)
Type | Name | Description |
---|---|---|
string | formatKey | The format key string. |
Type | Description |
---|---|
ExportProvider | The ExportProvider, or null if none has been found. |