Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / StringSearch Class / MatchLength Property


In This Topic
    MatchLength Property
    In This Topic
    Gets the length of the matched substring
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MatchLength As Integer
    'Usage
     
    
    Dim instance As StringSearch
    Dim value As Integer
     
    value = instance.MatchLength
    public int MatchLength {get;}
    See Also