ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Serialization Namespace / BaseResolver Class / ResolveConverter Method
The name of the object.
The object value.
The object type.
The context.

In This Topic
    ResolveConverter Method (BaseResolver)
    In This Topic
    Gets the converter for this resolver.
    Syntax
    'Declaration
     
    Public Overridable Function ResolveConverter( _
       ByVal name As String, _
       ByVal value As Object, _
       ByVal type As Type, _
       ByVal context As IContext _
    ) As BaseConverter
    public virtual BaseConverter ResolveConverter( 
       string name,
       object value,
       Type type,
       IContext context
    )

    Parameters

    name
    The name of the object.
    value
    The object value.
    type
    The object type.
    context
    The context.

    Return Value

    A converter.
    See Also