IsNumericIntegralUnsigned Method
In This Topic
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 As Type _
) As Boolean
public static bool IsNumericIntegralUnsigned(
Type
)
Parameters
- type
- Type.
Return Value
True if the type is an unsigned integral numeric.
See Also