Show / Hide Table of Contents

Interface IScanFilter

Scanning filters support filtering of names.

Namespace: ICSharpCode.SharpZipLib.Core
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public interface IScanFilter

Methods

| Improve this Doc View Source

IsMatch(String)

Test a name to see if it 'matches' the filter.

Declaration
bool IsMatch(string name)
Parameters
Type Name Description
System.String name

The name to test.

Returns
Type Description
System.Boolean

Returns true if the name matches the filter, false if it does not match.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors