Gets the formatter registered for the specified type.

Namespace: Simol.Formatters
Assembly: 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.

Return Value

The registered formatter or null if none exists.

See Also