다음을 통해 공유


MobileServicePrecisionCheckConverter.CanConvert(Type) Method

Definition

Indicates if the specified type can be converted by this converter.

public override bool CanConvert (Type objectType);
override this.CanConvert : Type -> bool
Public Overrides Function CanConvert (objectType As Type) As Boolean

Parameters

objectType
Type

The type to check.

Returns

A bool indicating if this converter can convert the type.

Applies to