TypeConverter.CanConvertTo Method (Type)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Returns whether this converter can convert the object to the specified type.
Assembly: System (in System.dll)
Parameters
- destinationType
-
Type:
System.Type
A Type that represents the type you want to convert to.
Return Value
Type: System.Booleantrue if this converter can perform the conversion; otherwise, false.
If destinationType is a string, the default implementation of CanConvertTo always returns true.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: