Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Int32

Storage Type Numeric Grooper.Core

Represents a 32-bit signed integer value for use in Data Fields and related objects.

Remarks

The StorageTypeInt32 class provides support for capturing, validating, and formatting 32-bit integer values.

Overview

  • Used to store and process 32-bit signed integers (range: -2,147,483,648 to 2,147,483,647) in Data Fields and extraction objects.
  • Supports parsing of standard integer values, including culture-aware digit grouping and formatting.
  • Output formatting and normalization are controlled by the 'Format Specifier' property.

Usage

  • Assign this storage type to a Data Field to capture whole numbers, such as identifiers, counters, or general numeric data.
  • Configure input styles, alternate input formats, and custom input formats to match the expected data sources.
  • Use the 'Format Specifier' property to control how values are displayed, such as zero-padding or digit grouping.
  • All parsing and formatting operations are culture-aware, using the configured input and output cultures.

> [!TIP] > Use this class for most integer scenarios, as it supports a wide range of values suitable for general-purpose numeric fields.

Properties

NameTypeDescription
General
Input
Output
Range

See Also

Used By

Notification