ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet.Converters Namespace / FunctionConverter Class / CanConvert(Type) Method
The object type.

In This Topic
    CanConvert(Type) Method
    In This Topic
    Gets whether the converter is supported.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function CanConvert( _
       ByVal objectType As Type _
    ) As Boolean
    public override bool CanConvert( 
       Type objectType
    )

    Parameters

    objectType
    The object type.

    Return Value

    A bool value indicates whether the converter is supported. If true, the converter is supported. Otherwise, it is not supported.
    See Also