System.Text.RegularExpressions.Capture Members

The members of System.Text.RegularExpressions.Capture are listed below.

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.

Public Methods

override
ToString() : string

Retrieves the captured substring from the input string by calling the Capture.Value property.