ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / DXUtil Class / IsValueType Method
The type to test.

In This Topic
    IsValueType Method
    In This Topic
    Determines whether the specified type to test is a value type.
    Syntax
    'Declaration
     
    Public Shared Function IsValueType( _
       ByVal typeToTest As System.Type _
    ) As System.Boolean
    public static System.bool IsValueType( 
       System.Type typeToTest
    )

    Parameters

    typeToTest
    The type to test.

    Return Value

    true if the specified type to test is a value type; otherwise, false.
    See Also