次の方法で共有


JobTriggerToCimInstanceConverter.CanConvertTo(Object, Type) Method

Definition

Returns true if the converter can convert the sourceValue parameter to the destinationType parameter

public override bool CanConvertTo (object sourceValue, Type destinationType);
override this.CanConvertTo : obj * Type -> bool
Public Overrides Function CanConvertTo (sourceValue As Object, destinationType As Type) As Boolean

Parameters

sourceValue
Object

The value to convert from

destinationType
Type

The type to convert to

Returns

True if the converter can convert the sourceValue parameter to the destinationType parameter, otherwise false.

Applies to