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

.NET Framework (current version)
 

Converts the specified VirtualizationCacheLength to an object of the specified type.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
[SecurityCriticalAttribute]
virtual Object^ ConvertTo(
	ITypeDescriptorContext^ typeDescriptorContext,
	CultureInfo^ cultureInfo,
	Object^ value,
	Type^ destinationType
) override

Parameters

typeDescriptorContext
Type: System.ComponentModel::ITypeDescriptorContext^

An object that provides a format context.

cultureInfo
Type: System.Globalization::CultureInfo^

An object that provides the culture information that is used during conversion.

value
Type: System::Object^

A VirtualizationCacheLength to convert to another type.

destinationType
Type: System::Type^

The type to convert to.

Return Value

Type: System::Object^

The converted object.

Exception Condition
ArgumentNullException

destinationType is null.

NotSupportedException

value is null.

--or--

value is not a VirtualizationCacheLength.

Call the CanConvertTo method before calling the ConvertFrom to avoid throwing an exception.

.NET Framework
Available since 4.5
Return to top
Show: