ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / EomConstant Class / CanConvertToType Method

In This Topic
    CanConvertToType Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function CanConvertToType( _
       ByVal targetType As System.Type _
    ) As System.Boolean
    public System.bool CanConvertToType( 
       System.Type targetType
    )

    Parameters

    targetType
    See Also