Click or drag to resize
IFormatterFactory Methods

The IFormatterFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateFormatter
Creates a formatter with the given name and parameters.
Public methodCreateTransformer
Creates a transformer with the given name and parameters.
Public methodGetFormats
Returns the list of format names.
Public methodGetTransforms
Returns the list of Transformers, and for each of them, the type this Transformer returns.
Top
See Also