Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / DXUtil Class / IsAssignableFrom Method
To type.
From type.

In This Topic
    IsAssignableFrom Method
    In This Topic
    Determines whether fromType can be assigned to toType.
    Syntax
    'Declaration
     
    Public Shared Function IsAssignableFrom( _
       ByVal toType As System.Type, _
       ByVal fromType As System.Type _
    ) As System.Boolean
    public static System.bool IsAssignableFrom( 
       System.Type toType,
       System.Type fromType
    )

    Parameters

    toType
    To type.
    fromType
    From type.

    Return Value

    true if [is assignable from] [the specified to type]; otherwise, false.
    See Also