[]
Gets the converter for this resolver.
public virtual BaseConverter ResolveConverter(string name, object value, Type type, IContext context)
Public Overridable Function ResolveConverter(name As String, value As Object, type As Type, context As IContext) As BaseConverter
| Type | Name | Description |
|---|---|---|
| string | name | The name of the object. |
| object | value | The object value. |
| Type | type | The object type. |
| IContext | context | The context. |
| Type | Description |
|---|---|
| BaseConverter | A converter. |