Property IsSignedInt
IsSignedInt
Gets whether DataType specifies a signed integer number (int, long, sbyte, short). Additionally MinValue is also checked whether it allows negative numbers.
[Browsable(false)]
public virtual bool IsSignedInt { get; }