FontFamilyConverter.CanConvertFrom(ITypeDescriptorContext, Type) Method

Definition

Determines whether a class can be converted from a given type to an instance of FontFamily.

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ td, Type ^ t);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext td, Type t);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (td As ITypeDescriptorContext, t As Type) As Boolean

Parameters

td
ITypeDescriptorContext

Describes the context information of a type.

t
Type

The type of the source that is being evaluated for conversion.

Returns

true if the converter can convert from the specified type to an instance of FontFamily; otherwise, false.

Remarks

FontFamilyConverter supports conversion to and from the String type.

Applies to