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


C1.Silverlight Namespace > C1ZoomUnitTypeConverter Class > CanConvertFrom Method : CanConvertFrom(ITypeDescriptorContext,Type) Method
An object that provides a format context.
The type you want to convert from.
Returns whether the type converter can convert an object from the specified type to the type of this converter.
Syntax
'Declaration
 
Public Overloads Overrides Function CanConvertFrom( _
   ByVal context As System.ComponentModel.ITypeDescriptorContext, _
   ByVal sourceType As System.Type _
) As System.Boolean
'Usage
 
Dim instance As C1ZoomUnitTypeConverter
Dim context As System.ComponentModel.ITypeDescriptorContext
Dim sourceType As System.Type
Dim value As System.Boolean
 
value = instance.CanConvertFrom(context, sourceType)
public override System.bool CanConvertFrom( 
   System.ComponentModel.ITypeDescriptorContext context,
   System.Type sourceType
)

Parameters

context
An object that provides a format context.
sourceType
The type you want to convert from.

Return Value

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

Reference

C1ZoomUnitTypeConverter Class
C1ZoomUnitTypeConverter Members
Overload List