Returns a value indicating whether the converter can convert a System.Web.UI.WebControls.FontUnit object to the specified type.
- context
- An System.ComponentModel.ITypeDescriptorContext that indicates the context of the object to convert.
- destinationType
- A Type that represents the data type to convert to.
true if the converter supports converting a System.Web.UI.WebControls.FontUnit object to the destination type; otherwise, false.
Note:This method will return true only if the destinationType is string. The only type this converter can convert System.Web.UI.WebControls.FontUnit into is string.