ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.JsonNet.Converters Namespace / StreamConverter Class / CanConvert(Type) Method
Type of the object.

In This Topic
    CanConvert(Type) Method
    In This Topic
    Determines whether this instance can convert the specified object type.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function CanConvert( _
       ByVal objectType As Type _
    ) As Boolean
    public override bool CanConvert( 
       Type objectType
    )

    Parameters

    objectType
    Type of the object.

    Return Value

    true if this instance can convert the specified object type; otherwise, false.
    See Also