FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.Util Namespace / Util Class / IsPrimitive Method

In This Topic
    IsPrimitive Method
    In This Topic
    Gets whether a type is a primitive type or a string.
    Syntax
    'Declaration
     
    Public Shared Function IsPrimitive( _
       ByVal t As Type _
    ) As Boolean
    public static bool IsPrimitive( 
       Type t
    )

    Parameters

    t
    See Also