CacheModeConverter::ConvertTo Method (ITypeDescriptorContext^, CultureInfo^, Object^, Type^)

.NET Framework (current version)
 

Converts a CacheMode to the specified type.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual Object^ ConvertTo(
	ITypeDescriptorContext^ context,
	CultureInfo^ culture,
	Object^ value,
	Type^ destinationType
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that provides a format context.

culture
Type: System.Globalization::CultureInfo^

A CultureInfo that represents information about a culture, such as language and calendar system. Can be null.

value
Type: System::Object^

The Object to convert.

destinationType
Type: System::Type^

The Type to convert to.

Return Value

Type: System::Object^

The converted object.

Exception Condition
NotSupportedException

value is null, value is not a CacheMode, or destinationType is not a string.

.NET Framework
Available since 4.0
Return to top
Show: