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.
KeyConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
.NET Framework (current version)
Attempts to convert the specified object to a Key, using the specified context.
Assembly: WindowsBase (in WindowsBase.dll)
public: virtual Object^ ConvertFrom( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ source ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
A format context that provides information about the environment from which this converter is being invoked.
- culture
-
Type:
System.Globalization::CultureInfo^
Culture specific information.
- source
-
Type:
System::Object^
The object to convert.
| Exception | Condition |
|---|---|
| NotSupportedException | source cannot be converted. |
Key names are always evaluated by InvariantCulture.
destinationType must be String.
.NET Framework
Available since 3.0
Available since 3.0
Show: