TypeNameConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
.NET Framework (current version)
Namespace:
System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
Return to top
Assembly: System.Configuration (in System.Configuration.dll)
public: virtual Object^ ConvertFrom( ITypeDescriptorContext^ ctx, CultureInfo^ ci, Object^ data ) override
Parameters
- ctx
-
Type:
System.ComponentModel::ITypeDescriptorContext^
The ITypeDescriptorContext object used for type conversions.
- ci
-
Type:
System.Globalization::CultureInfo^
The CultureInfo object used during conversion.
- data
-
Type:
System::Object^
The String object to convert.
| Exception | Condition |
|---|---|
| ArgumentException | The Type value cannot be resolved. |
.NET Framework
Available since 2.0
Available since 2.0
Show: