[]
        
(Showing Draft Content)

C1.WPF.TypeEx.IsNumericIntegralUnsigned

IsNumericIntegralUnsigned Method

IsNumericIntegralUnsigned(Type)

Returns true if the type is any of the integral unsigned numeric data types: uint, ulong, ushort and byte.

Declaration
public static bool IsNumericIntegralUnsigned(this Type type)
Public Shared Function IsNumericIntegralUnsigned(type As Type) As Boolean
Parameters
Type Name Description
Type type

Type.

Returns
Type Description
bool

True if the type is an unsigned integral numeric.