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

String

Storage Type Grooper.Core

Represents a text value for use in Data Fields and related objects.

Remarks

The StorageTypeString class enables robust capture, validation, and storage of arbitrary text values in Grooper.

Overview

  • Used to store and process text in Data Fields and extraction objects.
  • Supports any type of textual information, including names, descriptions, codes, comments, or free-form notes.
  • Enforces an optional maximum length to control the size of stored values.

Usage

  • Assign this storage type to a Data Field to capture any text-based data.
  • Use the 'Maximum Length' property to restrict the number of characters allowed, or set to 0 for unlimited length.
  • Input values exceeding the maximum length are truncated or rejected, depending on context.
  • All parsing and formatting operations are culture-invariant.

> [!TIP] > Use this class for any scenario requiring flexible text entry, such as user names, document titles, codes, or descriptive fields.

Properties

NameTypeDescription
General
Range

Used By

Notification