Length Property
Summary
The length of characters that the match spans.
Syntax
public int Length { get; }
Public ReadOnly Property Length() As Integer
Get
public:
property Int32 Length
{
Int32 get()
}
Property Value
An integer corresponding to the number of characters found in the match.