TextTransformerRegistry.IsTargetFileExtension Method

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

Definition

Determines if the specified file extension is the target file extension.
public bool IsTargetFileExtension(string fileExtension)

Parameters

fileExtension string
The file extension (including the leading period) to check.

Returns

bool
true if the specified file extension is the target file extension; otherwise, false.