Interface IProceduralFormatterProvider
Provides formatters procedurally.
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IProceduralFormatterProvider
Methods
TryCreateFormatter<T>(out IFormatter<T>?)
View Source
Declaration
bool TryCreateFormatter<T>(out IFormatter<T>? formatter)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
WaaS.ComponentModel.Binding.IFormatter<T> | formatter |
Type Parameters
T