Returns the length of the captured substring.
[Visual Basic] Public ReadOnly Property Length As Integer [C#] public int Length {get;} [C++] public: __property int get_Length(); [JScript] public function get Length() : int;
The length of the captured substring.
Capture Class | Capture Members | System.Text.RegularExpressions Namespace