Charting for WinForms Programmer's Guide
LengthConverter.CanConvertTo Method
See Also
 






TypeConverter.CanConvertTo override.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public override bool CanConvertTo (
    ITypeDescriptorContext context,
    Type destinationType
)

Visual Basic  Copy Code

Public Overrides Function CanConvertTo( _
    context As ITypeDescriptorContext, _
    destinationType As Type _
) As Boolean

 Parameters

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

 Return Value

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

 See Also

LengthConverter Members
LengthConverter Class
MindFusion.Gauges Namespace