IsNumericIntegralSigned Method
Returns true if the type is any of the integral signed numeric data types: int, long, short and sbyte.
public static System.bool IsNumericIntegralSigned(
System.Type
)
'Declaration
Public Shared Function IsNumericIntegralSigned( _
ByVal As System.Type _
) As System.Boolean
Parameters
- type
- Type.
Return Value
True if the type is a signed integral numeric.