Table of Contents

Table Captures

ID 3963
Namespace: System.Utilities

Provides a representation of Regex Captures that models Capture objects in .Net

Properties

Name Value
TableType Temporary
Extensible False
InherentEntitlements X
InherentPermissions X

Fields

Name Type Description
CaptureIndex Integer
Index Integer
Length Integer
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemCreatedByUserName Text[50]
SystemCreatedByFullName Text[80]
SystemModifiedByUserName Text[50]
SystemModifiedByFullName Text[80]
SystemRowVersion BigInteger

Methods

ReadValue

Reads the value of the capture

procedure ReadValue(): Text

Returns

Type Description
Text

The value of the capture.

See also