ComponentOne MultiSelect for WinForms
C1.Framework.Text.Lexicons Namespace / ExcludeStringsPattern Class
Members

In This Topic
    ExcludeStringsPattern Class
    In This Topic
    Defines the ExcludeStringsPattern class.
    Syntax
    'Declaration
     
    
    Public Class ExcludeStringsPattern 
       Implements IPattern 
    public class ExcludeStringsPattern : IPattern  
    Remarks
    ExcludeStringsPattern, used to exclude special string form the text. As soon as it find the special string, it will throw a exception.
    Inheritance Hierarchy

    System.Object
       C1.Framework.Text.Lexicons.ExcludeStringsPattern

    See Also