Table of Contents

Property IsSignedInt

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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; }

Property Value

bool