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

Int64

Storage Type Numeric Grooper.Core

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

Remarks

The Int64 class provides support for capturing, validating, and formatting 64-bit integer values.

Overview

  • Used to store and process 64-bit signed integers (range: -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807) 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 large whole numbers, such as record IDs, high-precision counters, or values exceeding 32-bit limits.
  • 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 scenarios requiring very large integer values, such as database keys, scientific data, or high-volume counters.

Properties

NameTypeDescription
General
Input
Output
Range

See Also

Used By

Notification