This documentation is archived and is not being maintained.

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext
A System.ComponentModel::ITypeDescriptorContext implemented object that provides information about the context of a type converter.
sourceType
Type: System::Type
A System::Type that represents the data type to check.

Return Value

Type: System::Boolean
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.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: