QuickObjects.ObjectBase Send comments on this topic.
CanConvertFrom(ITypeDescriptorContext,Type) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > DateTimeFieldTypeConverter Class > CanConvertFrom Method : CanConvertFrom(ITypeDescriptorContext,Type) Method
context
sourceType
CanConvertFrom - This method determines if a specific type can be converted to DateTimeField or not.

Syntax

C# 
public override bool CanConvertFrom( 
   ITypeDescriptorContext context,
   Type sourceType
)

Parameters

context
sourceType

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also