[]
Gets or sets enumeration value determining the formatting method, including standard .NET format specifies, custom and programmatic formatting.
[TypeConverter(typeof(FormatTypeConverter))]
public FormatType FormatType { get; set; }
<TypeConverter(GetType(FormatTypeConverter))>
Public Property FormatType As FormatType