ComponentOne Basic Library for UWP
IsNumericIntegralUnsigned Method

C1.UWP Assembly > C1.Xaml Namespace > TypeEx Class : IsNumericIntegralUnsigned Method
Type.
Returns true if the type is any of the integral unsigned numeric data types: uint, ulong, ushort and byte.
Syntax
'Declaration
 
Public Shared Function IsNumericIntegralUnsigned( _
   ByVal type As System.Type _
) As System.Boolean
public static System.bool IsNumericIntegralUnsigned( 
   System.Type type
)

Parameters

type
Type.

Return Value

True if the type is an unsigned integral numeric.
See Also

Reference

TypeEx Class
TypeEx Members