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.
VirtualizationCacheLengthConverter::ConvertTo Method (ITypeDescriptorContext^, CultureInfo^, Object^, Type^)
.NET Framework (current version)
Converts the specified VirtualizationCacheLength to an object of the specified type.
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | destinationType is null. |
| NotSupportedException |
Call the CanConvertTo method before calling the ConvertFrom to avoid throwing an exception.
.NET Framework
Available since 4.5
Available since 4.5
Show: