Class FormatterProvider
Provides Canonical ABI formatters for types.
Assembly: WaaS.Core.dll
View Source
Declaration
public static class FormatterProvider
Methods
Register<T>(IFormatter<T>)
View Source
Declaration
public static void Register<T>(IFormatter<T> formatter)
Parameters
Type | Name |
---|---|
WaaS.ComponentModel.Binding.IFormatter<T> | formatter |
Type Parameters
T
GetFormatter<T>()
View Source
Declaration
public static IFormatter<T> GetFormatter<T>()
Returns
WaaS.ComponentModel.Binding.IFormatter<T>
Type Parameters
T