LengthConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

确定是否可以从表示对象长度的 Double 转换为某个指定类型。

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (typeDescriptorContext As ITypeDescriptorContext, destinationType As Type) As Boolean

参数

typeDescriptorContext
ITypeDescriptorContext

提供有关某个组件的上下文信息。

destinationType
Type

标识要计算用于转换的数据类型。

返回

如果可以转换为 destinationType,则为 true;否则为 false

注解

LengthConverter支持以下类型的转换:String、、DecimalSingleDoubleInt16Int32Int64、、UInt16UInt32UInt64

适用于