Aracılığıyla paylaş


DateTimeOffsetConverter.CanConvertTo(ITypeDescriptorContext, Type) Yöntem

Tanım

öğesinin belirtilen türdeki bir nesneye dönüştürülip DateTimeOffset dönüştürülemeyeceğini belirten bir değer döndürür.

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

Parametreler

context
ITypeDescriptorContext

Tarih biçimi bağlamı.

destinationType
Type

Denetlenecek hedef türü.

Döndürülenler

true , DateTimeOffset belirtilen türe dönüştürülebiliyorsa; aksi takdirde , false.

Şunlara uygulanır