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::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
.NET Framework (current version)
Converts the specified object to a RequestCachePolicy object.
Assembly: PresentationCore (in PresentationCore.dll)
public: virtual Object^ ConvertFrom( ITypeDescriptorContext^ td, CultureInfo^ ci, Object^ value ) override
Parameters
- td
-
Type:
System.ComponentModel::ITypeDescriptorContext^
The format context.
- ci
-
Type:
System.Globalization::CultureInfo^
The current culture.
- value
-
Type:
System::Object^
The object to convert.
| Exception | Condition |
|---|---|
| ArgumentException | value is null or is not of a valid type. |
ConvertFrom 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: