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.

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

 

Converts an instance of Duration to another type.

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

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

Context information used for conversion.

cultureInfo
Type: System.Globalization::CultureInfo^

Cultural information that is respected during conversion.

value
Type: System::Object^

Duration value to convert from.

destinationType
Type: System::Type^

Type being evaluated for conversion.

Return Value

Type: System::Object^

A new instance of the destinationType.

destinationType must be String.

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