KeyTimeConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)

 

Attempts to convert a given object to an instance of KeyTime.

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

public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ typeDescriptorContext,
	CultureInfo^ cultureInfo,
	Object^ value
) 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^

The object being converted to an instance of KeyTime.

Return Value

Type: System::Object^

A new instance of KeyTime, based on the supplied value.

.NET Framework
Available since 3.0
Return to top
Show: