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


C1.Silverlight Namespace > CommandConverter Class > CanConvertTo Method : CanConvertTo(ITypeDescriptorContext,Type) Method
A format context that provides information about the environment from which this converter is being invoked.
The type being evaluated for conversion.
Determines whether an instance of ICommand can be converted to the specified type.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Function CanConvertTo( _
   ByVal context As System.ComponentModel.ITypeDescriptorContext, _
   ByVal destinationType As System.Type _
) As System.Boolean
'Usage
 
Dim instance As CommandConverter
Dim context As System.ComponentModel.ITypeDescriptorContext
Dim destinationType As System.Type
Dim value As System.Boolean
 
value = instance.CanConvertTo(context, destinationType)
public override System.bool CanConvertTo( 
   System.ComponentModel.ITypeDescriptorContext context,
   System.Type destinationType
)

Parameters

context
A format context that provides information about the environment from which this converter is being invoked.
destinationType
The type being evaluated for conversion.

Return Value

True if this converter can perform the operation; otherwise, False.
See Also

Reference

CommandConverter Class
CommandConverter Members
Overload List