FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / Utils Class / IsValueType Method

In This Topic
    IsValueType Method (Utils)
    In This Topic
    Gets a value indicating whether the Type is a value type.
    Syntax
    'Declaration
     
    Public Shared Function IsValueType( _
       ByVal type As Type _
    ) As Boolean
    public static bool IsValueType( 
       Type type
    )

    Parameters

    type
    See Also