TypeConverter::CanConvertFrom Method (Type)
Silverlight
Returns whether the type converter can convert an object from the specified type to the type of this converter.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
Parameters
- sourceType
- Type: System::Type
The type you want to convert from.
Return Value
Type: System::Booleantrue if this converter can perform the conversion; otherwise, false.
Notes to Implementers
The base implementation calls the other signature (CanConvertFrom(ITypeDescriptorContext, Type)) passing a null for 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: