'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.