Gets or sets the custom formatter to use with this property if one has been provided.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public ITypeFormatter Formatter { get; set; }
Visual Basic
Public Property Formatter As ITypeFormatter
	Get
	Set
Visual C++
public:
property ITypeFormatter^ Formatter {
	ITypeFormatter^ get ();
	void set (ITypeFormatter^ value);
}

Field Value

The formatter.

Remarks

If this value is null, the property value will be converted by the default formatter registered with the PropertyFormatter.

See Also