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


In This Topic
    MatchString Property
    In This Topic
    Gets the matched substring
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MatchString As String
    'Usage
     
    
    Dim instance As StringSearch
    Dim value As String
     
    value = instance.MatchString
    public string MatchString {get;}
    See Also