TextFieldAttribute.FormatterType property

Optional class which is used to control custom serialization/deserialization of this field. This class must implement the ITextFormatter interface.

public Type FormatterType { get; set; }

See Also