NameFilter.IsExcluded Method

SharpZip Compression Library

SharpZip Compression Library

NameFilter.IsExcluded Method 

Test a value to see if it is excluded by the filter.

public bool IsExcluded(
   string testValue
);

Parameters

testValue
The value to test.

Return Value

True if the value is excluded, false otherwise.

See Also

NameFilter Class | ICSharpCode.SharpZipLib.Core Namespace