System.Text.RegularExpressions.Capture: Property Members

The properties of System.Text.RegularExpressions.Capture are listed below. For a list of all members, see the Capture Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Indexint.

The position in the original string where the first character of the captured substring is found.

[read-only]
Lengthint.

Gets the length of the captured substring.

[read-only]
Valuestring.

Gets the captured substring from the input string.