Attributes of an IFormatter.
Namespace: Flashtrace.Formatters
Assembly: Flashtrace.Formatters.dll
Syntax
[Flags]
public enum FormatterAttributesFields
| Name | Description |
|---|---|
| Converter | A converter. |
| Default | A default formatter, using ToString(). |
| Dynamic | A dynamic formatter, which resolves to another formatter according to the type of the value, not the type of the location. |
| None | Default. |
| Normal | A normal (custom) formatter. |