Returns whether this converter can convert the object to the specified type, using the specified context.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)
Visual Basic
Public Overrides Function CanConvertTo ( _
	context As ITypeDescriptorContext, _
	destinationType As Type _
) As Boolean

Parameters

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

Return Value

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

See Also