'Declaration
Public Overloads Overrides Function CanConvertFrom( _ ByVal context As System.ComponentModel.ITypeDescriptorContext, _ ByVal sourceType As System.Type _ ) As System.Boolean
'Usage
Dim instance As DeltaTimeConverter Dim context As System.ComponentModel.ITypeDescriptorContext Dim sourceType As System.Type Dim value As System.Boolean value = instance.CanConvertFrom(context, sourceType)
public override System.bool CanConvertFrom( System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType )
Parameters
- context
- sourceType
- The type that the caller wants to convert to a DeltaTime
Return Value
True if the type can be converted to a DeltaTime