True if this type is represented by a .NET value type (bool, int, long, double, string)

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool IsValueType(
	DataType t
)
Public Shared Function IsValueType ( _
	t As DataType _
) As Boolean
public:
static bool IsValueType(
	DataType^ t
)

Parameters

t
DataType

See Also