[]
Returns true if the type is any of the integral signed numeric data types: int, long, short and sbyte.
public static bool IsNumericIntegralSigned(this Type type)
| Type | Name | Description |
|---|---|---|
| Type | type | Type. |
| Type | Description |
|---|---|
| bool | True if the type is a signed integral numeric. |