ComponentOne FlexReport for UWP
IsValueType Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > Utils Class : IsValueType Method
Gets a value indicating whether the Type is a value type.
Syntax
'Declaration
 
Public Shared Function IsValueType( _
   ByVal type As System.Type _
) As System.Boolean
public static System.bool IsValueType( 
   System.Type type
)

Parameters

type
See Also

Reference

Utils Class
Utils Members