RequestCachePolicyConverter.CanConvertFrom Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates whether this converter can convert an object of the specified type to the type of this converter, using the specified context.
public:
override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ td, Type ^ t);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext td, Type t);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (td As ITypeDescriptorContext, t As Type) As Boolean
Parameters
The format context.
- t
- Type
The type to convert from.
Returns
true
if this converter can perform the conversion; otherwise, false
.
Remarks
CanConvertFrom is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.