Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / FloatRoundConverter Class / CanConvert Method
Type of the object.

In This Topic
    CanConvert Method (FloatRoundConverter)
    In This Topic
    Determines whether this instance can convert the specified object type.
    Syntax
    'Declaration
     
    
    Public 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