Tests whether an object of the specified type can be converted to the type of this converter.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

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

Parameters

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

Return Value

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

See Also