int Index
The position in the original string where the first character of the captured substring is found.
Represents the results from a single successful subexpression capture.
override string ToString()
Retrieves the captured substring from the input string by calling the P:System.Text....
string Value
Gets the captured substring from the input string.
int Length
Gets the length of the captured substring.