DateTimeOffsetConverter.CanConvertTo(ITypeDescriptorContext, Type) メソッド

定義

指定した型のオブジェクトに DateTimeOffset を変換できるかどうか示す値を返します。

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

パラメーター

context
ITypeDescriptorContext

日付形式コンテキスト。

destinationType
Type

確認する対象の変換先の型。

戻り値

指定した型に DateTimeOffset を変換できる場合は true。それ以外の場合は false

適用対象