TextTransformerRegistry Constructor

Namespace
Kampute.DocToolkit.Formatters
Assembly
  • Kampute.DocToolkit.dll

Definition

Initializes a new instance of the TextTransformerRegistry class.
public TextTransformerRegistry(string targetFileExtension)

Parameters

targetFileExtension string
The file extension (including the leading period) of the target format.

Exceptions

ArgumentNullException
Thrown when targetFileExtension is null.