Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / CamelStringEnumConverter Class / CanConvert Method

In This Topic
    CanConvert Method (CamelStringEnumConverter)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function CanConvert( _
       ByVal objectType As Type _
    ) As Boolean
    public virtual bool CanConvert( 
       Type objectType
    )

    Parameters

    objectType
    See Also