Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / ENStringMatchMode Enumeration


In This Topic
    ENStringMatchMode Enumeration
    In This Topic
    Enumerates the supported string match modes used by string maps.
    Syntax
    'Declaration
     
    
    Public Enum ENStringMatchMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENStringMatchMode
    public enum ENStringMatchMode : System.Enum 
    Members
    MemberDescription
    ContainsMatches all strings that contain a given substring.
    ContainsAllWordsMatches all strings that contain all words from a given other string.
    ContainsAnyWordMatches all strings that contain a word starting with one of the words of a given substring and orders the matched strings by the number of matched words.
    EndsWithMatches all strings that end with a given substring.
    StartsWithMatches all strings that start with a given substring.
    WordEndsWithMatches all strings that contains a word ending with a given substring.
    WordStartsWithMatches all strings that contain a word starting with a given substring.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.DataStructures.ENStringMatchMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also