FontUnitConverter.CanConvertFrom Method (ITypeDescriptorContext, Type)

Determines whether a data type can be converted to a FontUnit.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

public:
virtual bool CanConvertFrom (
	ITypeDescriptorContext^ context, 
	Type^ sourceType
) override
public boolean CanConvertFrom (
	ITypeDescriptorContext context, 
	Type sourceType
)
public override function CanConvertFrom (
	context : ITypeDescriptorContext, 
	sourceType : Type
) : boolean
Not applicable.

Parameters

context

A System.ComponentModel.ITypeDescriptorContext implemented object that provides information about the context of a type converter.

sourceType

A System.Type that represents the data type to check.

Return Value

true if the data type specified by the sourceType parameter can be converted to a FontUnit; otherwise, false.

Use the CanConvertFrom method to determine whether the data type specified by the sourceType parameter can be converted to a FontUnit.

NoteNote:

This method will return true only if the sourceType is String. The only type this converter can convert into FontUnit is String.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: