| Interface | Description |
|---|---|
| IFormattedObject |
Basic interface for special objects having a certain string representation.
|
| IFormatter |
A simple formatter interface that may be used to format arbitrary objects to
a string.
|
| IFormatterProvider |
If a class implements this interface, it claims that its value can be
formatted using an
IFormatter object. |
| Class | Description |
|---|---|
| FormattedObject |
This class represents a single object with an additional formatter.
|
| FormatterProviderConstant |
Implementation of the
IFormatterProvider interface always returning a
constant value. |
Copyright © 2006–2014 phloc systems. All rights reserved.