ComponentOne Scheduler for WPF and Silverlight
CanConvertFrom(ITypeDescriptorContext,Type) Method

C1.WPF.Schedule Namespace > WorkDaysConverter Class > CanConvertFrom Method : CanConvertFrom(ITypeDescriptorContext,Type) Method
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
A System.Type that represents the type you want to convert from.
Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
Syntax
'Declaration
 
Public Overloads Overrides Function CanConvertFrom( _
   ByVal context As System.ComponentModel.ITypeDescriptorContext, _
   ByVal sourceType As System.Type _
) As System.Boolean
public override System.bool CanConvertFrom( 
   System.ComponentModel.ITypeDescriptorContext context,
   System.Type sourceType
)

Parameters

context
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
sourceType
A System.Type that represents the type you want to convert from.

Return Value

True if this converter can perform the conversion; otherwise, false.
See Also

Reference

WorkDaysConverter Class
WorkDaysConverter Members
Overload List