Method GetFormatterExtension
GetFormatterExtension<T>()
Searches for a Formatter Extension of the given type, and returns it. This can be used to easily find and configure extensions. Returns null if the type cannot be found.
Declaration
public T GetFormatterExtension<T>() where T : class, IFormatter
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |