[This is preliminary documentation and is subject to change.]
Function with sighature of TypeConverter<(Of <(<'T>)>)>..::..dConvertFrom that invokes dConvertFrom delegate
Namespace: Tools.ComponentModelTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public T ConvertFrom( ITypeDescriptorContext context, CultureInfo culture, Object value ) |
| Visual Basic |
|---|
Public Function ConvertFrom ( _ context As ITypeDescriptorContext, _ culture As CultureInfo, _ value As Object _ ) As T |
| Visual C++ |
|---|
public: T ConvertFrom( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ value ) |
| F# |
|---|
member ConvertFrom : context:ITypeDescriptorContext * culture:CultureInfo * value:Object -> 'T |
| JScript |
|---|
public function ConvertFrom( context : ITypeDescriptorContext, culture : CultureInfo, value : Object ) : T |
Parameters
- context
- Type: System.ComponentModel..::..ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
- culture
- Type: System.Globalization..::..CultureInfo
A CultureInfo. If null is passed, the current culture is assumed.
- value
- Type: System..::..Object
The Object to convert.
Return Value
Converted value
Exceptions
| Exception | Condition |
|---|---|
| System..::..NullReferenceException | dConvertFrom is null |