RequestCachePolicyConverter.ConvertFrom Method

Definition

Converts the specified object to a RequestCachePolicy object.

public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ td, System::Globalization::CultureInfo ^ ci, System::Object ^ value);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext td, System.Globalization.CultureInfo ci, object value);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (td As ITypeDescriptorContext, ci As CultureInfo, value As Object) As Object

Parameters

td
ITypeDescriptorContext

The format context.

ci
CultureInfo

The current culture.

value
Object

The object to convert.

Returns

An object that represents the converted value.

Exceptions

value is null or is not of a valid type.

Remarks

ConvertFrom is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to