The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RequestCachePolicyConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)
.NET Framework (current version)
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.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- td
-
Type:
System.ComponentModel::ITypeDescriptorContext^
The format context.
- t
-
Type:
System::Type^
The type to convert from.
Return Value
Type: System::Booleantrue if this converter can perform the conversion; otherwise, false.
CanConvertFrom is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 3.0
Available since 3.0
Show: