Windows apps
Collapse the table of content
Expand the table of content
Information
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.

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

 

Attempts to convert an instance of KeyTime to another type.

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

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

Parameters

typeDescriptorContext
Type: System.ComponentModel::ITypeDescriptorContext^

Context information required for conversion.

cultureInfo
Type: System.Globalization::CultureInfo^

Cultural information that is respected during conversion.

value
Type: System::Object^

KeyTime value to convert from.

destinationType
Type: System::Type^

Type being evaluated for conversion.

Return Value

Type: System::Object^

A new object, based on value.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft