[]
        
(Showing Draft Content)

C1.C1Preview.Export.ExportProviders.FindExportProviderByFormatKey

FindExportProviderByFormatKey Method

FindExportProviderByFormatKey(string)

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.

Declaration
public ExportProvider FindExportProviderByFormatKey(string formatKey)
Parameters
Type Name Description
string formatKey

The format key string.

Returns
Type Description
ExportProvider

The ExportProvider, or null if none has been found.