Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / StringSearch Class / MatchExact Property


In This Topic
    MatchExact Property
    In This Topic
    Gets or sets whether the match must be exact. An exact match is a string that is delimited at the beginning and end by either whitespace or end of line. Note: This property does not have any affect on the search pattern if the pattern was set using the RegularExpressionPattern property.
    Syntax
    'Declaration
     
    
    Public Property MatchExact As Boolean
    'Usage
     
    
    Dim instance As StringSearch
    Dim value As Boolean
     
    instance.MatchExact = value
     
    value = instance.MatchExact
    public bool MatchExact {get; set;}
    See Also