Returns the starting position in the original string where the captured substring was found.
[Visual Basic] Public ReadOnly Property Index As Integer [C#] public int Index {get;} [C++] public: __property int get_Index(); [JScript] public function get Index() : int;
Starting position in the original string where the captured substring was found.
Capture Class | Capture Members | System.Text.RegularExpressions Namespace