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::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
.NET Framework (current version)
Attempts to convert a given object to an instance of KeyTime.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: