[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.IsValueType

IsValueType Method

IsValueType(Type)

Determines whether the specified type to test is a value type.

Declaration
public static bool IsValueType(Type typeToTest)
Public Shared Function IsValueType(typeToTest As Type) As Boolean
Parameters
Type Name Description
Type typeToTest

The type to test.

Returns
Type Description
bool

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