void Format( object value, FormattedObjectGraph formattedGraph, FormattingContext context, FormatChild formatChild )
Parameters
- value
- The value to format into a human-readable representation
- formattedGraph
- An object to write the textual representation to.
- context
- Contains additional information that the implementation should take into account.
- formatChild
- Allows the formatter to recursively format any child objects.