Gets the formatter registered for the specified type.
Namespace: Simol.FormattersAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public ITypeFormatter GetFormatter( Type propertyType ) |
| Visual Basic |
|---|
Public Function GetFormatter ( _ propertyType As Type _ ) As ITypeFormatter |
| Visual C++ |
|---|
public: ITypeFormatter^ GetFormatter( Type^ propertyType ) |
Parameters
- propertyType
- Type: System..::..Type
The type to format.