TypeConverter::CanConvertTo Method (Type)
Silverlight
Returns whether the type converter can convert an object to the specified type.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
Parameters
- destinationType
- Type: System::Type
The type you want to convert to.
Return Value
Type: System::Booleantrue if this converter can perform the conversion; otherwise, false.
Notes to Implementers
The base implementation calls the other signature (CanConvertTo(ITypeDescriptorContext, Type)) passing a null context.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: