The members of System.Text.RegularExpressions.Capture are listed below.
See Also: Inherited members from System.Object
Public Properties
[read-only] | Index | int.
The position in the original string where the first character of the captured substring is found.
|
[read-only] | Length | int.
Gets the length of the captured substring.
|
[read-only] | Value | string.
Gets the captured substring from the input string.
|
Public Methods