IFormatter<T> Methods |
The IFormatter<T> generic type exposes the following members.
Name | Description | |
---|---|---|
Write(UnsafeStringBuilder, Object) |
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
(Inherited from IFormatter.) | |
Write(UnsafeStringBuilder, T) |
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
|
Name | Description | |
---|---|---|
WithOptions(FormattingOptions) | Overloaded.
Returns a copy of the current formatter, but for different options.
(Defined by FormatterExtensions.) | |
WithOptions<T>(FormattingOptions) | Overloaded.
Returns a copy of the current formatter, but for different options.
(Defined by FormatterExtensions.) |