LengthConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定是否可以从表示对象长度的 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、、Decimal、Single、DoubleInt16、Int32Int64、、UInt16、 UInt32和 UInt64。