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 | |
| SystemRowVersion | BigInteger |
Methods
ReadValue
Reads the value of the capture
procedure ReadValue(): Text
Returns
| Type | Description |
|---|---|
| Text |
The value of the capture. |