This documentation is archived and is not being maintained.
Capture Properties
.NET Framework (current version)
Namespace:
System.Text.RegularExpressionsAssembly:
System (in System.dll)
| Name | Description |
|---|
 | Index | The position in the original string where the first character of the captured substring is found. |
 | Length | Gets the length of the captured substring. |
 | Value | Gets the captured substring from the input string. |
Return to top