[]
        
(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)
Parameters
Type Name Description
Type type

Type.

Returns
Type Description
bool

True if the type is an unsigned integral numeric.