The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
FontUnitConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)
.NET Framework (current version)
Determines whether a data type can be converted to a FontUnit.
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::Booleantrue if the data type specified by the sourceType parameter can be converted to a FontUnit; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show:
